Skip to main content

pthread_cond_wait

Function pthread_cond_wait 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_cond_wait( cond: *mut pthread_cond_t, mutex: *mut pthread_mutex_t, ) -> c_int
Expand description