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

Method ToString

src/sync.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 sourceLine(nLine) {}
50
51 std::string ToString() const
52 {
53 return strprintf(
54 "'%s' in %s:%s%s (in thread '%s')",
55 mutexName, sourceFile, sourceLine, (fTry ? " (TRY)" : ""), m_thread_name);
56 }
57
58 std::string Name() const
59 {

Callers 4

double_lock_detectedFunction · 0.45
CheckLastCriticalFunction · 0.45
LocksHeldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected