18 #ifndef _LOG4CXX_HELPERS_CONDITION_H 19 #define _LOG4CXX_HELPERS_CONDITION_H 21 #include <log4cxx/log4cxx.h> 22 #include <log4cxx/helpers/mutex.h> 25 struct apr_thread_cond_t;
55 log4cxx_status_t signalAll();
63 void await(
Mutex& lock);
66 apr_thread_cond_t* condition;
73 #endif //_LOG4CXX_HELPERS_CONDITION_H This class provides a means for one thread to suspend exception until notified by another thread to r...
Definition: condition.h:39
Definition: appender.h:33