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) | CCriticalBlock | inline |
CCriticalBlock(CCriticalSection *pmutexIn, const char *pszName, const char *pszFile, int nLine, bool fTry=false) EXCLUSIVE_LOCK_FUNCTION(pmutexIn) | CCriticalBlock | inline |
Enter(const char *pszName, const char *pszFile, int nLine) | CCriticalBlock | inlineprivate |
lock | CCriticalBlock | private |
operator bool() | CCriticalBlock | inline |
TryEnter(const char *pszName, const char *pszFile, int nLine) | CCriticalBlock | inlineprivate |
~CCriticalBlock() UNLOCK_FUNCTION() | CCriticalBlock | inline |