Function libc::pthread_timedjoin_np

source ยท
pub unsafe extern "C" fn pthread_timedjoin_np(
    thread: pthread_t,
    retval: *mut *mut c_void,
    abstime: *const timespec
) -> c_int