Bike-X
0.8
|
Public Member Functions | |
WaitConditionImpl () | |
~WaitConditionImpl () | |
bool | Wait (Mutex *pmutex, unsigned delay=OVR_WAIT_INFINITE) |
void | Notify () |
void | NotifyAll () |
Private Attributes | |
pthread_mutex_t | SMutex |
pthread_cond_t | Condv |
Definition at line 233 of file OVR_ThreadsPthread.cpp.
OVR::WaitConditionImpl::WaitConditionImpl | ( | ) |
Definition at line 254 of file OVR_ThreadsPthread.cpp.
OVR::WaitConditionImpl::~WaitConditionImpl | ( | ) |
Definition at line 260 of file OVR_ThreadsPthread.cpp.
void OVR::WaitConditionImpl::Notify | ( | ) |
Definition at line 328 of file OVR_ThreadsPthread.cpp.
void OVR::WaitConditionImpl::NotifyAll | ( | ) |
Definition at line 336 of file OVR_ThreadsPthread.cpp.
bool OVR::WaitConditionImpl::Wait | ( | Mutex * | pmutex, |
unsigned | delay = OVR_WAIT_INFINITE |
||
) |
Definition at line 266 of file OVR_ThreadsPthread.cpp.
|
private |
Definition at line 236 of file OVR_ThreadsPthread.cpp.
|
private |
Definition at line 235 of file OVR_ThreadsPthread.cpp.