|
Bike-X
0.8
|
#include "OVR_Threads.h"

Public Member Functions | |
| Event (bool setInitially=0) | |
| ~Event () | |
| bool | Wait (unsigned delay=OVR_WAIT_INFINITE) |
| void | SetEvent () |
| void | ResetEvent () |
| void | PulseEvent () |
Private Member Functions | |
| void | updateState (bool newState, bool newTemp, bool mustNotify) |
Private Attributes | |
| volatile bool | State |
| volatile bool | Temporary |
| Mutex | StateMutex |
| WaitCondition | StateWaitCondition |
Definition at line 141 of file OVR_Threads.h.
|
inline |
Definition at line 152 of file OVR_Threads.h.
|
inline |
Definition at line 153 of file OVR_Threads.h.
|
inline |
Definition at line 170 of file OVR_Threads.h.
|
inline |
Definition at line 164 of file OVR_Threads.h.
|
inline |
Definition at line 160 of file OVR_Threads.h.
|
private |
Definition at line 219 of file OVR_ThreadsPthread.cpp.
| bool OVR::Event::Wait | ( | unsigned | delay = OVR_WAIT_INFINITE | ) |
Definition at line 193 of file OVR_ThreadsPthread.cpp.
|
private |
Definition at line 144 of file OVR_Threads.h.
|
mutableprivate |
Definition at line 146 of file OVR_Threads.h.
|
private |
Definition at line 147 of file OVR_Threads.h.
|
private |
Definition at line 145 of file OVR_Threads.h.