Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp299 using SpawningTask = CountingTask<SpawningTaskBody>; typedef
303 using task_pool_type = std::vector<SpawningTask, tbb::cache_aligned_allocator<SpawningTask>>;
340 SpawningTask first_task(task_body, wait);
343 …REQUIRE_MESSAGE(SpawningTask::execute_counter() == task_number + 1, "Some tasks were not executed"…
344 REQUIRE_MESSAGE(SpawningTask::cancel_counter() == 0, "Some tasks were canceled");