Function pthread_timedjoin_np

Source
pub unsafe extern "C" fn pthread_timedjoin_np(
    __th: u64,
    __thread_return: *mut *mut c_void,
    __abstime: *const timespec,
) -> i32