[][src]Function pspsdk_sys::sdk::sceKernelSleepThreadCB

pub unsafe extern "C" fn sceKernelSleepThreadCB() -> c_int

Sleep thread but service any callbacks as necessary

@par Example: @code // Once all callbacks have been setup call this function sceKernelSleepThreadCB(); @endcode