pub unsafe extern "C" fn svcSetThreadIdealProcessor(
    thread: Handle,
    processorid: s32
) -> Result
Expand description

Sets a thread’s ideal processor.

§Arguments

  • thread - Handle of the thread.
  • processorid - ID of the thread’s ideal processor.