Fabcoin Core  0.16.2
P2P Digital Currency
CMutexLock< Mutex > Member List

This is the complete list of members for CMutexLock< Mutex >, including all inherited members.

CMutexLock(Mutex &mutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(mutexIn)CMutexLock< Mutex >inline
CMutexLock(Mutex *pmutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(pmutexIn)CMutexLock< Mutex >inline
Enter(const char *pszName, const char *pszFile, int nLine)CMutexLock< Mutex >inlineprivate
lockCMutexLock< Mutex >private
operator bool()CMutexLock< Mutex >inline
TryEnter(const char *pszName, const char *pszFile, int nLine)CMutexLock< Mutex >inlineprivate
~CMutexLock() UNLOCK_FUNCTION()CMutexLock< Mutex >inline