#include <_thread.h>
Inheritance diagram for Mutex:

Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | Lock (void) |
| bool | TryLock (void) |
| void | UnLock (void) |
Definition at line 472 of file _thread.h.
| void Mutex::Lock | ( | void | ) | [inline] |
Definition at line 478 of file _thread.h.
Referenced by Condition::Wait(), and Condition::WaitNext().
| void Mutex::UnLock | ( | void | ) | [inline] |
Definition at line 480 of file _thread.h.
Referenced by Condition::Wait(), and Condition::WaitNext().
1.5.2