#include <SePlatform.h>
Public Member Functions | |
| _SpinLock () | |
| ~_SpinLock () | |
| void | lock () |
| void | unlock () |
Private Attributes | |
| pthread_spinlock_t | _spinlock |
Definition at line 127 of file SePlatform.h.
| SeExprInternal::_SpinLock::_SpinLock | ( | ) | [inline] |
Definition at line 129 of file SePlatform.h.
References _spinlock.
| SeExprInternal::_SpinLock::~_SpinLock | ( | ) | [inline] |
Definition at line 130 of file SePlatform.h.
References _spinlock.
| void SeExprInternal::_SpinLock::lock | ( | ) | [inline] |
Definition at line 131 of file SePlatform.h.
References _spinlock.
| void SeExprInternal::_SpinLock::unlock | ( | ) | [inline] |
Definition at line 132 of file SePlatform.h.
References _spinlock.
pthread_spinlock_t SeExprInternal::_SpinLock::_spinlock [private] |
Definition at line 134 of file SePlatform.h.
Referenced by _SpinLock(), lock(), unlock(), and ~_SpinLock().
1.6.1