Searched refs:SpawningTask (Results 1 – 1 of 1) sorted by relevance
299 using SpawningTask = CountingTask<SpawningTaskBody>; typedef303 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");