Function psp::sys::sceKernelReleaseWaitThread

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

Release a thread in the wait state.

§Parameters

  • thid: The UID of the thread.

§Return Value

0 on success, < 0 on error