#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.
|
|
Definition at line 489 of file _thread.h. References flag. |
|
|
|
|
|
Definition at line 493 of file _thread.h. References flag. |
|
|
Definition at line 495 of file _thread.h. References flag, Mutex::Lock(), Mutex::UnLock(), and Yield(). |
|
|
Definition at line 502 of file _thread.h. References flag, Mutex::Lock(), Mutex::UnLock(), and Yield(). |
|
|
Definition at line 487 of file _thread.h. Referenced by Condition(), operator()(), Wait(), and WaitNext(). |
1.4.6