pub unsafe extern "C" fn svcSetThreadPriority(
thread: Handle,
prio: s32,
) -> ResultExpand description
Changes the priority of a thread
ยงArguments
prio- For userland apps, this has to be within the range [0x18;0x3F]
Low values gives the thread higher priority.