Function sceKernelWakeupThread
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceKernelWakeupThread(thid: SceUid) -> i32
Expand description
Wake a thread previously put into the sleep state.
§Parameters
thid: UID of the thread to wake.
§Return Value
Success if >= 0, an error if < 0.