[][src]Function swim_c::pthread::pthread_create

pub unsafe extern "C" fn pthread_create(
    thread: *mut *mut c_void,
    attr: *const pthread_attr_t,
    start_routine: extern "C" fn(*mut c_void) -> *mut c_void,
    arg: *mut c_void
) -> i32