#include <SeMutex.h>
Public Member Functions | |
| DebugLock () | |
| void | lock () | 
| void | unlock () | 
| bool | locked () | 
Private Attributes | |
| int | _locked | 
Definition at line 22 of file SeMutex.h.
| SeExprInternal::DebugLock< T >::DebugLock | ( | ) |  [inline] | 
        
| void SeExprInternal::DebugLock< T >::lock | ( | ) |  [inline] | 
        
Definition at line 25 of file SeMutex.h.
References SeExprInternal::DebugLock< T >::_locked.
Referenced by SeExprFunc::define(), SeExprFunc::getDocString(), SeExprFunc::getFunctionNames(), and SeExprFunc::lookup().
| bool SeExprInternal::DebugLock< T >::locked | ( | ) |  [inline] | 
        
Definition at line 27 of file SeMutex.h.
References SeExprInternal::DebugLock< T >::_locked.
| void SeExprInternal::DebugLock< T >::unlock | ( | ) |  [inline] | 
        
Definition at line 26 of file SeMutex.h.
References SeExprInternal::DebugLock< T >::_locked.
Referenced by SeExprFunc::define(), SeExprFunc::getDocString(), SeExprFunc::getFunctionNames(), and SeExprFunc::lookup().
int SeExprInternal::DebugLock< T >::_locked [private] | 
        
Definition at line 29 of file SeMutex.h.
Referenced by SeExprInternal::DebugLock< T >::lock(), SeExprInternal::DebugLock< T >::locked(), and SeExprInternal::DebugLock< T >::unlock().
 1.6.1