log4cplus
2.0.0
|
#include <syncprims.h>
Public Member Functions | |
ManualResetEvent (bool=false) | |
~ManualResetEvent () | |
ManualResetEvent (ManualResetEvent const &) | |
ManualResetEvent & | operator= (ManualResetEvent const &) |
void | signal () const |
void | wait () const |
bool | timed_wait (unsigned long msec) const |
void | reset () const |
Definition at line 106 of file syncprims.h.
log4cplus::thread::ManualResetEvent::ManualResetEvent | ( | bool | = false | ) | [explicit] |
ManualResetEvent& log4cplus::thread::ManualResetEvent::operator= | ( | ManualResetEvent const & | ) |
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 |