Function psp::sys::sceNetThreadAbort

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

Abort a thread

§Parameters

  • thid: The thread id.

§Return Value

0 on success, < 0 on error