|
ETL
0.04.19
|
#include <_thread.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | Lock (void) |
| bool | TryLock (void) |
| void | UnLock (void) |
|
inline |
Definition at line 478 of file _thread.h.
Referenced by Condition::Wait(), and Condition::WaitNext().
|
inline |
Definition at line 480 of file _thread.h.
Referenced by Condition::Wait(), and Condition::WaitNext().
1.8.1.2