other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MUTEX_UNLOCK(9) | Mutex API reference | MUTEX_UNLOCK(9) |
NAME¶
mutex_unlock - release the mutexSYNOPSIS¶
void
__sched
mutex_unlock(struct mutex * lock);
ARGUMENTS¶
lockthe mutex to be released
DESCRIPTION¶
Unlock a mutex that has been locked by this task previously. This function must not be used in interrupt context. Unlocking of a not locked mutex is not allowed. This function is similar to (but not equivalent to) up.AUTHOR¶
Rusty Russell <rusty@rustcorp.com.au>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |