Public Methods
This class realizes a condition variable.
See also: Synchronizable, Thread
Condition (const char* name = "Condition")
| Condition |
Constructor.
Parameters:
Destructor.
inline void broadcast ()
| broadcast |
Broadcast condition: All threads waiting for this variable will be
resumed.
Wait for condition without timeout.
bool timedWait (const card64 microseconds)
| timedWait |
Wait for condition with timeout.
Parameters:
microseconds | Timeout in microseconds.
|
Returns: true, if condition has been received; false for timeout.
- Version: 1.0
- Author: Thomas Dreibholz (dreibh@exp-math.uni-essen.de)
- Generated: dreibh@kappes on Fri Aug 17 14:08:47 2001, using kdoc 2.0a53.