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

Public Member Functions | |
| Condition () | |
| ~Condition () | |
| void | operator() (void) |
| void | Wait (void) |
| void | WaitNext (void) |
Private Attributes | |
| bool | flag |
Definition at line 485 of file _thread.h.
| void Condition::operator() | ( | void | ) | [inline] |
| void Condition::Wait | ( | void | ) | [inline] |
Definition at line 495 of file _thread.h.
References flag, Mutex::Lock(), Mutex::UnLock(), and Yield().
| void Condition::WaitNext | ( | void | ) | [inline] |
Definition at line 502 of file _thread.h.
References flag, Mutex::Lock(), Mutex::UnLock(), and Yield().
bool Condition::flag [private] |
Definition at line 487 of file _thread.h.
Referenced by Condition(), operator()(), Wait(), and WaitNext().
1.5.2