MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / EnterCritical

Function EnterCritical

src/sync.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void EnterCritical(const char* pszName, const char* pszFile, int nLine, void* cs, bool fTry)
121{
122 push_lock(cs, CLockLocation(pszName, pszFile, nLine), fTry);
123}
124
125void LeaveCritical()
126{

Callers

nothing calls this directly

Calls 2

push_lockFunction · 0.85
CLockLocationClass · 0.85

Tested by

no test coverage detected