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

Function LockStackEmpty

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

Source from the content-addressed store, hash-verified

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
86#define AssertLockHeld(cs) AssertLockHeldInternal(#cs, __FILE__, __LINE__, &cs)
87#define AssertLockNotHeld(cs) AssertLockNotHeldInternal(#cs, __FILE__, __LINE__, &cs)

Callers 3

TestDoubleLockFunction · 0.50

Calls

no outgoing calls

Tested by 3

TestDoubleLockFunction · 0.40