[protected]
.
You should never call lock() or unlock() on a Mutex directly; instead use the Guard class or the locking(x) macro:
Public Methods | |
Mutex () | |
Constructor. | |
~Mutex () | |
Destructor. | |
void | lock () |
Acquires the lock. | |
void | unlock () |
Releases the lock. | |
Friends | |
class | Condition |
|
Constructor.
|
|
Destructor.
|
|
Acquires the lock.
|
|
Releases the lock.
|
|
|