[][src]Function pspsdk_sys::sdk::sceKernelWaitThreadEndCB

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

Wait until a thread has ended and handle callbacks if necessary.

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

@return < 0 on error.