
One thread may lock a Mutex several times without blocking, however, calls from different threads will block.
Public Member Functions | |
| Condition | createCondition () const |
creates a Condition object for this mutex | |
| Lock | createLock () const |
| locks this object | |
| Mutex () | |
| ~Mutex () | |
Protected Attributes | |
| friend | Lock |
|
|
|
|
|
|
|
|
creates a
Note that this mutex must be locked before the |
|
|
locks this object
The lock is released when the returned
|
|
|
|
1.4.3