Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp515 class Cancellator2 { class
526 Cancellator2 ( tbb::task_group_context& ctx, intptr_t ) : m_GroupToCancel(ctx) {} in Cancellator2() function in Cancellator2
544 RunCancellationTest<ParForLauncher<ParForBodyToCancel2>, Cancellator2>(); in TestCancelation2()
1217 RunCancellationTest<ParForEachWorker<body_to_cancel, Iterator>, Cancellator2>(); in TestCancelation2_parallel_for_each()
1696 RunCancellationTest<PipelineLauncher<FilterToCancel2>, Cancellator2>(); in TestCancelation2_pipeline()