Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp1162 class ParForEachWorker { class
1170 ParForEachWorker ( tbb::task_group_context& ctx ) : my_ctx(ctx) {} in ParForEachWorker() function in ParForEachWorker
1183 ParForEachWorker<body_to_cancel, Iterator> worker(ctx); in TestCancelation1_parallel_for_each()
1217 RunCancellationTest<ParForEachWorker<body_to_cancel, Iterator>, Cancellator2>(); in TestCancelation2_parallel_for_each()