Function psp::sys::sceKernelCancelWakeupThread

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelCancelWakeupThread(
    thid: SceUid
) -> i32
Expand description

Cancel a thread that was to be woken with sceKernelWakeupThread.

§Parameters

  • thid: UID of the thread to cancel.

§Return Value

Success if >= 0, an error if < 0.