Searched refs:pfor_iter_count (Results 1 – 1 of 1) sorted by relevance
206 std::size_t pfor_iter_count = 10000; variable209 auto parallel_for_func = [&pfor_counter, pfor_iter_count] { in __anon509d20bd0502()210 tbb::parallel_for(tbb::blocked_range<std::size_t>(0, pfor_iter_count), in __anon509d20bd0502()251 …REQUIRE_MESSAGE(pfor_counter == iter_count * pfor_threads_num * pfor_iter_count, "Some parallel_fo…