[][src]Function pspsdk_sys::sdk::sceKernelDelaySysClockThreadCB

pub unsafe extern "C" fn sceKernelDelaySysClockThreadCB(
    delay: *mut SceKernelSysClock
) -> c_int

Delay the current thread by a specified number of sysclocks handling callbacks

@param delay - Delay in sysclocks

@return 0 on success, < 0 on error