[][src]Function pspsdk_sys::sdk::sceKernelDeleteThread

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

Delate a thread

@param thid - UID of the thread to be deleted.

@return < 0 on error.