centos man page for mutex_init

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)

NAME
mutex_init - initialize the mutex
SYNOPSIS
mutex_init(mutex);
ARGUMENTS
mutex the mutex to be initialized
DESCRIPTION
Initialize the mutex to unlocked state. It is not allowed to initialize an already locked mutex.
AUTHOR
Rusty Russell <rusty@rustcorp.com.au> Author.
COPYRIGHT
Kernel 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