Implements wait/notify (uses Event on windoze and a condition on posix. More...
#include <Event.h>
Public Member Functions | |
| Event (int timeout) | |
| void | Wait () |
| void | Notify () |
| void | SetTimeOut (int ms) |
Protected Attributes | |
| int | m_timeoutMs |
| pthread_cond_t | cond |
| pthread_mutex_t | mtx |
Implements wait/notify (uses Event on windoze and a condition on posix.
Definition at line 38 of file Event.h.