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

Function EnterCritical

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

Source from the content-addressed store, hash-verified

74#else
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>

Callers 3

sync.hFile · 0.70
TryEnterFunction · 0.70
~reverse_lockMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected