[−][src]Function pspsdk_sys::sdk::sceKernelDelayThreadCB
pub unsafe extern "C" fn sceKernelDelayThreadCB(delay: SceUInt) -> c_int
Delay the current thread by a specified number of microseconds and handle any callbacks.
@param delay - Delay in microseconds.
@par Example: @code sceKernelDelayThread(1000000); // Delay for a second @endcode