
Public Member Functions | |
| Condition () | |
| ~Condition () | |
| void | wait (const Lock &lock, long delay) |
| void | notify () |
Definition at line 150 of file ThreadBase.h.
| org::xmlBlaster::util::thread::Condition::Condition | ( | ) |
| org::xmlBlaster::util::thread::Condition::~Condition | ( | ) |
| void org::xmlBlaster::util::thread::Condition::wait | ( | const Lock & | lock, | |
| long | delay | |||
| ) |
Referenced by main(), and org::xmlBlaster::util::Timeout::run().
| void org::xmlBlaster::util::thread::Condition::notify | ( | ) |