libc

Function pthread_join

Source
pub unsafe extern "C" fn pthread_join(
    native: pthread_t,
    value: *mut *mut c_void,
) -> c_int