Searched refs:run_parallel_for (Results 1 – 1 of 1) sorted by relevance
225 void run_parallel_for( Args&&... args ) const { in run_parallel_for() function in test_cancellation::ParallelForRunner239 run_parallel_for<tbb::simple_partitioner>(std::forward<Args>(args)...); in run_overload()243 run_parallel_for<tbb::auto_partitioner>(std::forward<Args>(args)...); in run_overload()247 run_parallel_for<tbb::static_partitioner>(std::forward<Args>(args)...); in run_overload()251 run_parallel_for<tbb::affinity_partitioner>(std::forward<Args>(args)...); in run_overload()