Waits for a variable to take on a certain value. More...
Public Member Functions | |
| void | Set (int v) | 
| void | Set (int v) | 
| void | Wait (int v) | 
| Wait for this to become a particular value.   | |
| void | Wait (int v) | 
| Wait for this to become a particular value.   | |
| void | WaitNot (int v) | 
| void | WaitNot (int v) | 
Waits for a variable to take on a certain value.
Definition at line 349 of file thread.h.
| void ValueCondition::Wait | ( | int | v | ) |  [inline] | 
        
Wait for this to become a particular value.
Definition at line 361 of file thread.h.
References Mutex::Lock(), and Mutex::Unlock().
| void ValueCondition::Wait | ( | int | v | ) |  [inline] | 
        
Wait for this to become a particular value.
Definition at line 361 of file thread.h.
References Mutex::Lock(), and Mutex::Unlock().
 1.6.3