log4cplus
1.1.0
|
#include <syncprims.h>
Public Member Functions | |
ManualResetEvent (bool=false) | |
~ManualResetEvent () | |
void | signal () const |
void | wait () const |
bool | timed_wait (unsigned long msec) const |
void | reset () const |
Definition at line 157 of file syncprims.h.
log4cplus::thread::ManualResetEvent::ManualResetEvent | ( | bool | = false | ) |
void log4cplus::thread::ManualResetEvent::reset | ( | ) | const |
void log4cplus::thread::ManualResetEvent::signal | ( | ) | const |
bool log4cplus::thread::ManualResetEvent::timed_wait | ( | unsigned long | msec | ) | const |
void log4cplus::thread::ManualResetEvent::wait | ( | ) | const |