[][src]Function pspsdk_sys::sdk::sceKernelTerminateThread

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

Terminate a thread.

@param thid - UID of the thread to terminate.

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