#include <OVR_Threads.h>
Public Member Functions | |
void | Notify () |
void | NotifyAll () |
bool | Wait (Mutex *pmutex, unsigned delay=OVR_WAIT_INFINITE) |
WaitCondition () | |
~WaitCondition () | |
Private Attributes | |
WaitConditionImpl * | pImpl |
Friends | |
class | WaitConditionImpl |
Definition at line 101 of file OVR_Threads.h.
Definition at line 335 of file OVR_ThreadsPthread.cpp.
Definition at line 339 of file OVR_ThreadsPthread.cpp.
void OVR::WaitCondition::Notify | ( | ) |
Definition at line 349 of file OVR_ThreadsPthread.cpp.
void OVR::WaitCondition::NotifyAll | ( | ) |
Definition at line 353 of file OVR_ThreadsPthread.cpp.
bool OVR::WaitCondition::Wait | ( | Mutex * | pmutex, |
unsigned | delay = OVR_WAIT_INFINITE |
||
) |
Definition at line 344 of file OVR_ThreadsPthread.cpp.
friend class WaitConditionImpl [friend] |
Definition at line 103 of file OVR_Threads.h.
WaitConditionImpl* OVR::WaitCondition::pImpl [private] |
Definition at line 105 of file OVR_Threads.h.