Implementation of events. More...
#include <Event.h>
Public Member Functions | |
CEvent () | |
void | Reset () |
void | Signal () |
Threading::EEventStatus | Wait (int nMS=Threading::WAIT_INFINITE) |
~CEvent () | |
Private Attributes | |
bool | m_bSignaled |
pthread_condattr_t | m_ConditionalAttr |
pthread_mutexattr_t | m_MutexAttr |
pthread_cond_t | m_PosixConditional |
pthread_mutex_t | m_PosixMutex |
Threading::EEventStatus CEvent::Wait | ( | int | nMS = Threading::WAIT_INFINITE | ) |