Function psp::sys::sceKernelDeleteThread

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelDeleteThread(thid: SceUid) -> i32
Expand description

Delate a thread

§Parameters

  • thid: UID of the thread to be deleted.

§Return Value

< 0 on error.