log4cplus
1.1.0
|
#include <syncprims-impl.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 160 of file syncprims-impl.h.
log4cplus::thread::impl::ManualResetEvent::ManualResetEvent | ( | bool | sig = false | ) | [inline] |
Definition at line 295 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
Definition at line 307 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
void log4cplus::thread::impl::ManualResetEvent::reset | ( | ) | const [inline] |
Definition at line 398 of file syncprims-pthreads.h.
void log4cplus::thread::impl::ManualResetEvent::signal | ( | ) | const [inline] |
Definition at line 322 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
bool log4cplus::thread::impl::ManualResetEvent::timed_wait | ( | unsigned long | msec | ) | const [inline] |
void log4cplus::thread::impl::ManualResetEvent::wait | ( | ) | const [inline] |
Definition at line 337 of file syncprims-pthreads.h.
References log4cplus::thread::SyncGuard< SP >::detach(), LOG4CPLUS_THROW_RTE, and log4cplus::thread::SyncGuard< SP >::unlock().