Skip to main content

sceKernelRotateThreadReadyQueue

Function sceKernelRotateThreadReadyQueue 

Source
pub unsafe extern "C" fn sceKernelRotateThreadReadyQueue(
    priority: c_int,
) -> c_int
Expand description

Rotate thread ready queue at a set priority

@param priority - The priority of the queue

@return 0 on success, < 0 on error.