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

Public Member Functions | |
| WaitCondition () | |
| ~WaitCondition () | |
| bool | Wait (Mutex *pmutex, unsigned delay=OVR_WAIT_INFINITE) |
| void | Notify () |
| void | NotifyAll () |
Private Attributes | |
| WaitConditionImpl * | pImpl |
Friends | |
| class | WaitConditionImpl |
Definition at line 112 of file OVR_Threads.h.
| OVR::WaitCondition::WaitCondition | ( | ) |
Definition at line 347 of file OVR_ThreadsPthread.cpp.
| OVR::WaitCondition::~WaitCondition | ( | ) |
Definition at line 351 of file OVR_ThreadsPthread.cpp.
| void OVR::WaitCondition::Notify | ( | ) |
Definition at line 361 of file OVR_ThreadsPthread.cpp.
| void OVR::WaitCondition::NotifyAll | ( | ) |
Definition at line 365 of file OVR_ThreadsPthread.cpp.
| bool OVR::WaitCondition::Wait | ( | Mutex * | pmutex, |
| unsigned | delay = OVR_WAIT_INFINITE |
||
| ) |
Definition at line 356 of file OVR_ThreadsPthread.cpp.
|
friend |
Definition at line 114 of file OVR_Threads.h.
|
private |
Definition at line 116 of file OVR_Threads.h.