Skip to main content

pthread_mutex_init

Function pthread_mutex_init 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_mutex_init( mutex: *mut pthread_mutex_t, attr: *const pthread_mutexattr_t, ) -> c_int
Expand description