Skip to main content

sceKernelDeleteThread

Function sceKernelDeleteThread 

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

Delate a thread

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

@return < 0 on error.