23 #ifndef __ccxx_ConditionVar_hxx 24 #define __ccxx_ConditionVar_hxx 90 #ifdef CCXX_OS_WINDOWS 93 CRITICAL_SECTION _waitersLock;
105 #endif // __ccxx_ConditionVar_hxx
unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
static const uint_t FOREVER
A constant representing an infinite wait.
Definition: ConditionVar.h++:86
A mutual-exclusion lock.
Definition: Mutex.h++:49
#define COMMONCPP_API
Definition: Common.h++:126
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
Definition: AllocationMap.c++:25
A condition variable – a synchronization mechanism used to coordinate the actions of multiple thread...
Definition: ConditionVar.h++:45