SeExpr
|
#include <Mutex.h>
Public Member Functions | |
DebugLock () | |
void | lock () |
void | unlock () |
bool | locked () |
Private Attributes | |
int | _locked |
|
inline |
|
inline |
Definition at line 31 of file Mutex.h.
References SeExprInternal2::DebugLock< T >::_locked.
Referenced by SeExpr2::ExprFunc::define(), SeExpr2::ExprFunc::getDocString(), SeExpr2::ExprFunc::getFunctionNames(), and SeExpr2::ExprFunc::lookup().
|
inline |
Definition at line 40 of file Mutex.h.
References SeExprInternal2::DebugLock< T >::_locked.
|
inline |
Definition at line 35 of file Mutex.h.
References SeExprInternal2::DebugLock< T >::_locked.
Referenced by SeExpr2::ExprFunc::define(), SeExpr2::ExprFunc::getDocString(), SeExpr2::ExprFunc::getFunctionNames(), and SeExpr2::ExprFunc::lookup().
|
private |
Definition at line 43 of file Mutex.h.
Referenced by SeExprInternal2::DebugLock< T >::lock(), SeExprInternal2::DebugLock< T >::locked(), and SeExprInternal2::DebugLock< T >::unlock().