Query: mutex_init
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MUTEX_INIT(9) Mutex API reference MUTEX_INIT(9)NAMEmutex_init - initialize the mutexSYNOPSISmutex_init(mutex);ARGUMENTSmutex the mutex to be initializedDESCRIPTIONInitialize the mutex to unlocked state. It is not allowed to initialize an already locked mutex.AUTHORRusty Russell <rusty@rustcorp.com.au> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MUTEX_INIT(9)
Related Man Pages |
---|
mcreate(3) - debian |
mdestroy(3) - debian |
pthread_mutex_unlock(3) - netbsd |
pthread_mutex_destroy(3t) - hpux |
pthread_mutex_unlock(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
pthread_mutex_init v. sem_init v. sem_get |