MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / BOOST_FOREACH

Function BOOST_FOREACH

src/sync.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 LogPrintf("POTENTIAL DEADLOCK DETECTED\n");
66 LogPrintf("Previous lock order was:\n");
67 BOOST_FOREACH (const PAIRTYPE(void*, CLockLocation) & i, s2) {
68 if (i.first == mismatch.first)
69 LogPrintf(" (1)");
70 if (i.first == mismatch.second)
71 LogPrintf(" (2)");
72 LogPrintf(" %s\n", i.second.ToString());
73 }
74 LogPrintf("Current lock order is:\n");
75 BOOST_FOREACH (const PAIRTYPE(void*, CLockLocation) & i, s1) {
76 if (i.first == mismatch.first)

Callers

nothing calls this directly

Calls 3

countMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected