class Conditional
|
conditional.
More... |
|
|
Public Methods
A conditional variable sychcronization object for one to one and one to
many signal and control events between processes. Conditional variables
may wait for and receive signals to notify when to resume or perform
operations. Multiple waiting threads may be woken with a broadcast
signal.
Conditional ()
| Conditional |
Create an instance of a conditional.
~Conditional ()
| ~Conditional |
[virtual]
Destroy the conditional.
void Signal (bool broadcast)
| Signal |
Signal a conditional object and a waiting threads.
Parameters:
broadcast | this signal to all waiting threads if true.
|
Wait to be signaled from another thread.
- Author: David Sugar
- Generated: dyfet on home on Fri Jan 4 18:52:16 2002, using kdoc 2.0a53.