Searched refs:context_map (Results 1 – 1 of 1) sorted by relevance
47 tbb::concurrent_unordered_map<tbb::task_group_context*, std::atomic<unsigned>> context_map{}; member52 context_map[ctx]++; in increment()56 context_map.clear(); in reset()60 for (auto it = context_map.begin(); it != context_map.end(); it++) { in validate()