Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp48 class CountingTask : public tbb::detail::d1::task { class
101 CountingTask<decltype(throw_body)> task(throw_body, wait); in test_cancellation_on_exception()
144 CountingTask<> test_task(wait);
156 CountingTask<>::reset();
178 using task_type = CountingTask<decltype(barrier_wait)>;
221 using task_type = CountingTask<decltype(barrier_wait)>;
266 using task_type = CountingTask<decltype(barrier_wait)>;
299 using SpawningTask = CountingTask<SpawningTaskBody>;
533 using task_type = CountingTask<decltype(task_body)>;
595 using task_type = CountingTask<decltype(task_body)>;
[all …]