Function ctru_sys::svcGetThreadAffinityMask
source · pub unsafe extern "C" fn svcGetThreadAffinityMask(
affinitymask: *mut u8_,
thread: Handle,
processorcount: s32
) -> Result
Expand description
Gets a thread’s affinity mask.
§Arguments
affinitymask
(direction out) - Pointer to output the affinity masks to.thread
- Handle of the thread.processorcount
- Number of processors.