mutex_init(9) centos man page | unix.com

Man Page: mutex_init

Operating Environment: centos

Section: 9

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
mdestroy(3) - debian
pthread_mutex_unlock(3) - netbsd
pthread_mutex_destroy(3) - netbsd
pthread_mutex_init(3t) - hpux
tis_mutex_lock(3) - osf1
Similar Topics in the Unix Linux Community
pthread_mutex_init v. sem_init v. sem_get