Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task.cpp477 std::vector<bypass_task, tbb::cache_aligned_allocator<bypass_task>> test_task_pool; variable
480 test_task_pool.emplace_back(wait, test_task_pool, resume_flag, test_suspend_tag);
485 if (ticket < test_task_pool.size()) {
486 tbb::detail::d1::spawn(test_task_pool[ticket], test_context);
502 CHECK(bypass_task::my_current_task >= test_task_pool.size());