Function psp::sys::sceKernelResumeThread

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

Resume a thread previously put into a suspended state with sceKernelSuspendThread.

§Parameters

  • thid: UID of the thread to resume.

§Return Value

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