MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ForEachArena

Function ForEachArena

benchmarks/tbb/market.cpp:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648intptr_t market::workers_task_node_count() {
649 intptr_t result = 0;
650 ForEachArena(a) {
651 result += a.workers_task_node_count();
652 } EndForEach();
653 return result;
654}
655#endif /* __TBB_COUNT_TASK_NODES */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected