Home
last modified time | relevance | path

Searched refs:ParForBody (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp164 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 Dtest_task_group.cpp708 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 Dtest_task_arena.cpp704 class ParForBody : utils::NoAssign { class
709ParForBody( 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 ()()