other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MUTEX_IS_LOCKED(9) | Mutex API reference | MUTEX_IS_LOCKED(9) |
NAME¶
mutex_is_locked - is the mutex lockedSYNOPSIS¶
int
mutex_is_locked(struct mutex * lock);
ARGUMENTS¶
lockthe mutex to be queried
DESCRIPTION¶
Returns 1 if the mutex is locked, 0 if unlocked.AUTHOR¶
Rusty Russell <rusty@rustcorp.com.au>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |