Skip to main content

pthread_join

Function pthread_join 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_join( thread: pthread_t, retval: *mut *mut c_void, ) -> c_int
Expand description