Searched defs:pthread_join (Results 1 – 4 of 4) sorted by relevance
1248 pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() function
1006 pub fn pthread_join(native: pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() function
1563 pub fn pthread_join(thread: crate::pthread_t, status: *mut *mut c_void) -> c_int; in pthread_join() function
3750 pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() function