Searched refs:bypass_task (Results 1 – 1 of 1) sorted by relevance
417 struct bypass_task : public tbb::detail::d1::task { struct418 using task_pool_type = std::vector<bypass_task, tbb::cache_aligned_allocator<bypass_task>>; argument420 bypass_task(tbb::detail::d1::wait_context& wait, task_pool_type& task_pool, in bypass_task() argument462 std::atomic<int> bypass_task::my_current_task(0); argument477 std::vector<bypass_task, tbb::cache_aligned_allocator<bypass_task>> test_task_pool;484 std::size_t ticket = bypass_task::my_current_task++;502 CHECK(bypass_task::my_current_task >= test_task_pool.size());