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

Function CheckLastCritical

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

Source from the content-addressed store, hash-verified

76inline void EnterCritical(const char* pszName, const char* pszFile, int nLine, MutexType* cs, bool fTry = false) {}
77inline void LeaveCritical() {}
78inline void CheckLastCritical(void* cs, std::string& lockname, const char* guardname, const char* file, int line) {}
79template <typename MutexType>
80inline void AssertLockHeldInternal(const char* pszName, const char* pszFile, int nLine, MutexType* cs) EXCLUSIVE_LOCKS_REQUIRED(cs) {}
81template <typename MutexType>

Callers 1

reverse_lockMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected