Bitcoin Core  27.99.0
P2P Digital Currency
UniqueLock< MutexType > Member List

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

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