other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MUTEX_INIT(9) | Mutex API reference | MUTEX_INIT(9) |
NAME¶
mutex_init - initialize the mutexSYNOPSIS¶
mutex_init(mutex);
ARGUMENTS¶
mutexthe 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¶
February 2017 | Kernel Hackers Manual 3.16 |