#include <syncprims.h>
Definition at line 106 of file syncprims.h.
◆ ManualResetEvent() [1/2]
log4cplus::thread::ManualResetEvent::ManualResetEvent |
( |
bool |
= false | ) |
|
|
explicit |
◆ ~ManualResetEvent()
log4cplus::thread::ManualResetEvent::~ManualResetEvent |
( |
| ) |
|
◆ ManualResetEvent() [2/2]
log4cplus::thread::ManualResetEvent::ManualResetEvent |
( |
ManualResetEvent const & |
| ) |
|
|
delete |
◆ operator=()
◆ reset()
void log4cplus::thread::ManualResetEvent::reset |
( |
| ) |
const |
◆ signal()
void log4cplus::thread::ManualResetEvent::signal |
( |
| ) |
const |
◆ timed_wait()
bool log4cplus::thread::ManualResetEvent::timed_wait |
( |
unsigned long |
msec | ) |
const |
◆ wait()
void log4cplus::thread::ManualResetEvent::wait |
( |
| ) |
const |
The documentation for this class was generated from the following file: