MCPcopy Create free account
hub / github.com/ElementsProject/elements / LOCKS_EXCLUDED

Function LOCKS_EXCLUDED

src/sync.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80inline void AssertLockHeldInternal(const char* pszName, const char* pszFile, int nLine, MutexType* cs) EXCLUSIVE_LOCKS_REQUIRED(cs) {}
81template <typename MutexType>
82void AssertLockNotHeldInternal(const char* pszName, const char* pszFile, int nLine, MutexType* cs) LOCKS_EXCLUDED(cs) {}
83inline void DeleteLock(void* cs) {}
84inline bool LockStackEmpty() { return true; }
85#endif

Callers 3

sync.hFile · 0.70
blockchain.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected