[][src]Function pspsdk_sys::sdk::sceKernelWaitThreadEnd

pub unsafe extern "C" fn sceKernelWaitThreadEnd(
    thid: SceUID,
    timeout: *mut SceUInt
) -> c_int

Wait until a thread has ended.

@param thid - Id of the thread to wait for. @param timeout - Timeout in microseconds (assumed).

@return < 0 on error.