Function libc::pthread_join [] [src]

pub unsafe extern "C" fn pthread_join(
    native: pthread_t,
    value: *mut *mut c_void
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io