MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / hasStarted

Method hasStarted

Vanity.cpp:1597–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595// ----------------------------------------------------------------------------
1596
1597bool VanitySearch::hasStarted(TH_PARAM *p) {
1598
1599 bool hasStarted = true;
1600 int total = nbCPUThread + nbGPUThread;
1601 for (int i = 0; i < total; i++)
1602 hasStarted = hasStarted && p[i].hasStarted;
1603
1604 return hasStarted;
1605
1606}
1607
1608// ----------------------------------------------------------------------------
1609

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected