c_pthread_mutex_init multimethod
Methods
- c_pthread_mutex_init(mutex:c_pthread_mutex_t, attr:c_pthread_mutexattr_t)
Call PTHREAD_MUTEX_INIT(3)
- c_pthread_mutex_init(mutex:c_pthread_mutex_t)
Call PTHREAD_MUTEX_INIT(3) with NULL as second argument (attr)