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

Method workers_task_node_count

benchmarks/tbb/market.cpp:648–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647#if __TBB_COUNT_TASK_NODES
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 */
656
657} // namespace internal

Callers 1

ForEachArenaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected