This class should have similar semantics to java.util.concurrent.locks.Condition.
| Public Member Functions | |
| Condition (log4cxx::helpers::Pool &p) | |
| Create new instance. | |
| ~Condition () | |
| Destructor. | |
| log4cxx_status_t | signalAll () | 
| Signal all waiting threads. | |
| void | await (Mutex &lock) | 
| Await signaling of condition. | |
| 
 | 
| Create new instance. 
 
 | 
| 
 | 
| Destructor. 
 | 
| 
 | 
| Await signaling of condition. 
 
 
 | 
| 
 | 
| Signal all waiting threads. 
 |