Searched refs:TestParallelForWithStepSupportHelper (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for.cpp | 198 void TestParallelForWithStepSupportHelper(Partitioner& p) { in TestParallelForWithStepSupportHelper() function 238 TestParallelForWithStepSupportHelper< Flavor,T,empty_partitioner_tag >(p); in TestParallelForWithStepSupport() 239 TestParallelForWithStepSupportHelper< Flavor,T,const oneapi::tbb::auto_partitioner >(auto_p); in TestParallelForWithStepSupport() 240 … TestParallelForWithStepSupportHelper< Flavor,T,const oneapi::tbb::simple_partitioner >(simple_p); in TestParallelForWithStepSupport() 241 TestParallelForWithStepSupportHelper< Flavor,T,oneapi::tbb::affinity_partitioner >(affinity_p); in TestParallelForWithStepSupport() 242 TestParallelForWithStepSupportHelper< Flavor,T,oneapi::tbb::static_partitioner >(static_p); in TestParallelForWithStepSupport()
|