Bike-X
0.8
|
#include "OVR_Atomic.h"
Public Member Functions | |
SharedLock () | |
Lock * | GetLockAddRef () |
void | ReleaseLock (Lock *plock) |
Private Member Functions | |
Lock * | toLock () |
Private Attributes | |
volatile int | UseCount |
UInt64 | Buffer [(sizeof(Lock)+sizeof(UInt64)-1)/sizeof(UInt64)] |
Definition at line 871 of file OVR_Atomic.h.
|
inline |
Definition at line 874 of file OVR_Atomic.h.
Lock * OVR::SharedLock::GetLockAddRef | ( | ) |
Definition at line 104 of file OVR_Atomic.cpp.
void OVR::SharedLock::ReleaseLock | ( | Lock * | plock | ) |
Definition at line 131 of file OVR_Atomic.cpp.
|
inlineprivate |
Definition at line 880 of file OVR_Atomic.h.
Definition at line 884 of file OVR_Atomic.h.
|
private |
Definition at line 883 of file OVR_Atomic.h.