Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CCriticalBlock Member List

This is the complete list of members for CCriticalBlock, including all inherited members.

CCriticalBlock(CCriticalSection &mutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(mutexIn)CCriticalBlockinline
CCriticalBlock(CCriticalSection *pmutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(pmutexIn)CCriticalBlockinline
Enter(const char *pszName, const char *pszFile, int nLine)CCriticalBlockinlineprivate
lockCCriticalBlockprivate
operator bool()CCriticalBlockinline
TryEnter(const char *pszName, const char *pszFile, int nLine)CCriticalBlockinlineprivate
~CCriticalBlock() UNLOCK_FUNCTION()CCriticalBlockinline
Released under the MIT license