Public Member Functions | |
| ManualResetEvent (bool=false) | |
| ~ManualResetEvent () | |
| void | signal () const |
| void | wait () const |
| bool | timed_wait (unsigned long msec) const |
| void | reset () const |
Private Member Functions | |
| ManualResetEvent (ManualResetEvent const &) | |
| ManualResetEvent & | operator= (ManualResetEvent const &) |
Definition at line 129 of file syncprims.h.