SeExpr
|
#include <Platform.h>
Public Member Functions | |
_SpinLock () | |
~_SpinLock () | |
void | lock () |
void | unlock () |
Private Attributes | |
pthread_spinlock_t | _spinlock |
Definition at line 203 of file Platform.h.
|
inline |
Definition at line 205 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 206 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 207 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 208 of file Platform.h.
References _spinlock.
|
private |
Definition at line 211 of file Platform.h.
Referenced by _SpinLock(), lock(), unlock(), and ~_SpinLock().