qpid::sys::Condition Class Reference
A condition variable for thread synchronization.
More...
#include <Condition.h>
List of all members.
|
Public Member Functions |
void | wait (Mutex &) |
bool | wait (Mutex &, const AbsTime &absoluteTime) |
void | notify () |
void | notifyAll () |
void | wait (Mutex &) |
bool | wait (Mutex &, const AbsTime &absoluteTime) |
void | notify () |
void | notifyAll () |
Detailed Description
A condition variable for thread synchronization.
The documentation for this class was generated from the following files:
- /home/jross/checkouts/qpid/cpp/src/qpid/sys/apr/Condition.h
- /home/jross/checkouts/qpid/cpp/src/qpid/sys/posix/Condition.h