Function psp::sys::sceKernelTerminateThread

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

Terminate a thread.

§Parameters

  • thid: UID of the thread to terminate.

§Return Value

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