Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h27 struct task_group_pool { struct
28task_group_pool() : pool_size(std::thread::hardware_concurrency()), task_submitters(new tbb::task_… in task_group_pool() function
30 ~task_group_pool() { in ~task_group_pool() argument
44 static task_group_pool tg_pool; argument