pub unsafe extern "C" fn svcSetThreadAffinityMask(
    thread: Handle,
    affinitymask: *const u8_,
    processorcount: s32
) -> Result
Expand description

Sets a thread’s affinity mask.

§Arguments

  • thread - Handle of the thread.
  • affinitymask - Pointer to retrieve the affinity masks from.
  • processorcount - Number of processors.