Event Class Reference
[Synchronization Primitives]

Implements wait/notify (uses Event on windoze and a condition on posix. More...

#include <Event.h>

List of all members.

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

Detailed Description

Implements wait/notify (uses Event on windoze and a condition on posix.

Definition at line 38 of file Event.h.


The documentation for this class was generated from the following files: