SeExpr
|
#include <Platform.h>
Public Member Functions | |
_SpinLock () | |
~_SpinLock () | |
void | lock () |
void | unlock () |
Private Attributes | |
pthread_spinlock_t | _spinlock |
Definition at line 218 of file Platform.h.
|
inline |
Definition at line 220 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 221 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 222 of file Platform.h.
References _spinlock.
|
inline |
Definition at line 223 of file Platform.h.
References _spinlock.
|
private |
Definition at line 226 of file Platform.h.
Referenced by _SpinLock(), lock(), unlock(), and ~_SpinLock().