|
ETL
0.04.19
|
#include <_thread.h>
Public Member Functions | |
| Condition () | |
| ~Condition () | |
| void | operator() (void) |
| void | Wait (void) |
| void | WaitNext (void) |
Private Attributes | |
| bool | flag |
Additional Inherited Members | |
Private Member Functions inherited from Mutex | |
| Mutex () | |
| ~Mutex () | |
| void | Lock (void) |
| bool | TryLock (void) |
| void | UnLock (void) |
|
inline |
|
inline |
Definition at line 495 of file _thread.h.
References flag, Mutex::Lock(), Mutex::UnLock(), and Yield().
|
inline |
Definition at line 502 of file _thread.h.
References flag, Mutex::Lock(), Mutex::UnLock(), and Yield().
|
private |
Definition at line 487 of file _thread.h.
Referenced by Condition(), operator()(), Wait(), and WaitNext().
1.8.1.2