Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h44 static task_group_pool tg_pool; variable
211 tg_pool[tbb::this_task_arena::current_thread_index()].run(std::forward<F>(f)); in run_task()
216 tg_pool[tbb::this_task_arena::current_thread_index()].run(std::ref(*f)); in run_task()