condition
Copyright (C) 2005 IENT-RWTH Aachen
Suspends execution and relinquishes the processors until some predicate on shared data is satisfied
Remarks
You would in most cases prefer to use a condition_mutex
Groups
| Constructors | |
condition |
Builds an instance of the object |
| Multithreading Functions | |
signal |
Restarts one of the threads that are waiting on the condition variable |
wait |
Releases the mutex, and waits for the condition variable to be signaled |
| Destructors | |
~condition |
Destroys the object |
See Also

