Searched refs:ParForBody (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_algorithms.cpp | 164 template<typename ParForBody> 166 ParForBody m_Body; 179 template<typename ParForBody, typename Partitioner> 186 … tbb::parallel_for( range_type(0, FLAT_RANGE, FLAT_GRAIN), ParForBody(), partitioner ); in TestParallelLoopAux() 188 SimpleParReduceBody<ParForBody> rb; in TestParallelLoopAux()
|
| H A D | test_task_group.cpp | 708 class ParForBody { class 713 ParForBody( in ParForBody() function in TestIsolationNS::ParForBody 738 tbb::parallel_for(0, 100, ParForBody<task_group_type>(tg, isolation_is_preserved, ets)); in CheckIsolation()
|
| H A D | test_task_arena.cpp | 704 class ParForBody : utils::NoAssign { class 709 …ParForBody( bool outer_isolation, tbb::enumerable_thread_specific<int> &ets, std::atomic<bool> &is… in ParForBody() function in TestIsolatedExecuteNS::ParForBody 731 …tbb::parallel_for( 0, 1000, ParForBody<NestedPartitioner>( myOuterIsolation, ets, myIsStolen ), p … in operator ()()
|