Bitcoin ABC  0.26.3
P2P Digital Currency
UniqueLock< Mutex, Base > Member List

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

Enter(const char *pszName, const char *pszFile, int nLine)UniqueLock< Mutex, Base >inlineprivate
operator bool()UniqueLock< Mutex, Base >inline
reverse_lock classUniqueLock< Mutex, Base >friend
TryEnter(const char *pszName, const char *pszFile, int nLine)UniqueLock< Mutex, Base >inlineprivate
UniqueLock(Mutex &mutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(mutexIn)UniqueLock< Mutex, Base >inline
UniqueLock(Mutex *pmutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(pmutexIn)UniqueLock< Mutex, Base >inline
UniqueLock()UniqueLock< Mutex, Base >inlineprotected
~UniqueLock() UNLOCK_FUNCTION()UniqueLock< Mutex, Base >inline