rc_pthread_timed_join

Function rc_pthread_timed_join 

Source
pub unsafe extern "C" fn rc_pthread_timed_join(
    thread: pthread_t,
    retval: *mut *mut c_void,
    timeout_sec: f32,
) -> c_int