libc::pthread_create [] [src]

pub unsafe extern fn pthread_create(native: *mut pthread_t, attr: *const pthread_attr_t, f:  extern "C" fn(*mut c_void) -> *mut c_void, value: *mut c_void) -> c_int
Unstable (libc)

: use libc from crates.io