pub unsafe extern "C" fn svcSetThreadPriority(
    thread: Handle,
    prio: s32
) -> Result
Expand 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.