|
AndroMeta
2.0.0
|
Recursive mutex. More...
#include <MRecMutex.h>
Public Member Functions | |
| MRecMutex () | |
| ~MRecMutex () | |
| void | lock () |
| void | unlock () |
Recursive mutex.
MRecMutex is a recursive mutex, which is a variation of a mutex that allows a thread to lock() the mutex mutex multiple times so long as each lock is accompanied by an unlock().
Constructor.
Destructor.
| void Meta::MRecMutex::lock | ( | ) |
Acquire the lock.
| void Meta::MRecMutex::unlock | ( | ) |
Release the lock.
1.7.6.1