Function psp::sys::sceKernelDelayThread

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelDelayThread(delay: u32) -> i32
Expand description

Delay the current thread by a specified number of microseconds

§Parameters

  • delay: Delay in microseconds.