20 #ifndef _OPENTHREADS_CONDITION_
21 #define _OPENTHREADS_CONDITION_
23 #include <OpenThreads/Exports>
24 #include <OpenThreads/Mutex>
49 virtual int wait(
Mutex *mutex);
56 virtual int wait(
Mutex *mutex,
unsigned long int ms);
70 virtual int broadcast();
93 #endif // !_OPENTHREADS_CONDITION_
This class provides an object-oriented thread mutex interface.
This class provides an object-oriented thread condition interface.
#define OPENTHREAD_EXPORT_DIRECTIVE