Skip to main content

sceKernelDelaySysClockThread

Function sceKernelDelaySysClockThread 

Source
pub unsafe extern "C" fn sceKernelDelaySysClockThread(
    delay: *mut SceKernelSysClock,
) -> c_int
Expand description

Delay the current thread by a specified number of sysclocks

@param delay - Delay in sysclocks

@return 0 on success, < 0 on error