other versions
- wheezy 3.2.78-1
ATOMIC_DEC_AND_MUTEX(9) | Mutex API reference | ATOMIC_DEC_AND_MUTEX(9) |
NAME¶
atomic_dec_and_mutex_lock - return holding mutex if we dec to 0SYNOPSIS¶
int
atomic_dec_and_mutex_lock(atomic_t * cnt,
struct mutex * lock);
ARGUMENTS¶
cntthe atomic which we are to dec
lock
the mutex to return holding if we dec to
0
DESCRIPTION¶
return true and hold lock if we dec to 0, return false otherwiseAUTHOR¶
Rusty Russell <rusty@rustcorp.com.au>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |