[−][src]Function pspsdk_sys::sdk::sceKernelResumeThread
pub unsafe extern "C" fn sceKernelResumeThread(thid: SceUID) -> c_int
Resume a thread previously put into a suspended state with ::sceKernelSuspendThread.
@param thid - UID of the thread to resume.
@return Success if >= 0, an error if < 0.