38 #ifndef BLOCXX_CONDITION_HPP_INCLUDE_GUARD_ 39 #define BLOCXX_CONDITION_HPP_INCLUDE_GUARD_ 40 #include "blocxx/BLOCXX_config.h"
const UInt32 INFINITE_TIMEOUT BLOCXX_DEPRECATED
Value that means infinite timeout.
A timeout can be absolute, which means that it will happen at the specified DateTime.
ConditionVar_t m_condition
#define BLOCXX_DECLARE_APIEXCEPTION(NAME, LINKAGE_SPEC)
Declare a new exception class named <NAME>Exception that derives from Exception This macro is typical...
Note that descriptions of what exceptions may be thrown assumes that object is used correctly...
Note that descriptions of what exceptions may be thrown assumes that object is used correctly...
The Condition class represents a synchronization device that allows threads to suspend execution and ...