Bike-X
0.8
|
#include "OVR_Threads.h"
Data Structures | |
class | Locker |
Public Member Functions | |
Mutex (bool recursive=1) | |
~Mutex () | |
void | DoLock () |
bool | TryLock () |
void | Unlock () |
bool | IsLockedByAnotherThread () |
Private Attributes | |
MutexImpl * | pImpl |
Friends | |
class | WaitConditionImpl |
class | MutexImpl |
Definition at line 64 of file OVR_Threads.h.
OVR::Mutex::Mutex | ( | bool | recursive = 1 | ) |
Definition at line 159 of file OVR_ThreadsPthread.cpp.
OVR::Mutex::~Mutex | ( | ) |
Definition at line 165 of file OVR_ThreadsPthread.cpp.
void OVR::Mutex::DoLock | ( | ) |
Definition at line 171 of file OVR_ThreadsPthread.cpp.
bool OVR::Mutex::IsLockedByAnotherThread | ( | ) |
Definition at line 183 of file OVR_ThreadsPthread.cpp.
bool OVR::Mutex::TryLock | ( | ) |
Definition at line 175 of file OVR_ThreadsPthread.cpp.
void OVR::Mutex::Unlock | ( | ) |
Definition at line 179 of file OVR_ThreadsPthread.cpp.
|
friend |
Definition at line 67 of file OVR_Threads.h.
|
friend |
Definition at line 66 of file OVR_Threads.h.
|
private |
Definition at line 69 of file OVR_Threads.h.