pub unsafe extern "C" fn svcSetThreadAffinityMask(
thread: Handle,
affinitymask: *const u8_,
processorcount: s32,
) -> ResultExpand 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.