[][src]Function pspsdk_sys::sdk::sceKernelTerminateDeleteThread

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

Terminate and delete a thread.

@param thid - UID of the thread to terminate and delete.

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