#include <cxxtools/mutex.h>

Public Member Functions | |
| void | lock () |
| bool | tryLock () |
| void | unlock () |
| Unlocks the mutex. | |
| bool | unlockNoThrow () |
| void unlock | ( | ) |
If the mutex was locked more than one time by the same thread unlock decrements the lock-count. The mutex is actually unlocked when the lock-count is zero.
Referenced by RecursiveLock::unlock().