pub unsafe extern "C" fn svcGetThreadIdealProcessor(
processorid: *mut s32,
thread: Handle,
) -> ResultExpand description
Gets a thread’s ideal processor.
§Arguments
processorid(direction out) - Pointer to output the ID of the thread’s ideal processor to.thread- Handle of the thread.