Function sceKernelWaitThreadEndCB
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceKernelWaitThreadEndCB(
thid: SceUid,
timeout: *mut u32,
) -> i32
Expand description
Wait until a thread has ended and handle callbacks if necessary.
§Parameters
thid: Id of the thread to wait for.
timeout: Timeout in microseconds (assumed).
§Return Value
< 0 on error.