[][src]Function pspsdk_sys::sdk::sceKernelSuspendThread

pub unsafe extern "C" fn sceKernelSuspendThread(thid: SceUID) -> c_int

Suspend a thread.

@param thid - UID of the thread to suspend.

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