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

Function LeaveCritical

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

Source from the content-addressed store, hash-verified

75template <typename MutexType>
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) {}

Callers 3

TryEnterFunction · 0.70
UNLOCK_FUNCTIONFunction · 0.70
reverse_lockMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected