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 | |
![]() |
Builds an instance of the object |
Multithreading Functions | |
![]() |
Restarts one of the threads that are waiting on the condition variable |
![]() |
Releases the mutex, and waits for the condition variable to be signaled |
Destructors | |
![]() |
Destroys the object |
See Also