Bike-X
0.8
|
#include "OVR_Atomic.h"
Data Structures | |
class | Locker |
Public Member Functions | |
Lock (unsigned dummy=0) | |
~Lock () | |
void | DoLock () |
void | Unlock () |
Static Public Attributes | |
static pthread_mutexattr_t | RecursiveAttr |
static bool | RecursiveAttrInit = 0 |
Private Member Functions | |
void | operator delete (void *) |
Private Attributes | |
pthread_mutex_t | mutex |
Definition at line 797 of file OVR_Atomic.h.
|
inline |
Definition at line 836 of file OVR_Atomic.h.
|
inline |
Definition at line 847 of file OVR_Atomic.h.
|
inline |
Definition at line 848 of file OVR_Atomic.h.
|
inlineprivate |
Definition at line 803 of file OVR_Atomic.h.
|
inline |
Definition at line 849 of file OVR_Atomic.h.
|
private |
Definition at line 830 of file OVR_Atomic.h.
|
static |
Definition at line 833 of file OVR_Atomic.h.
|
static |
Definition at line 834 of file OVR_Atomic.h.