Searched refs:root_task (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/migration/recursive_fibonacci/ |
| H A D | task_emulation_layer.h | 176 class root_task : public base_task { 178 …root_task(tbb::task_group& tg) : m_tg(tg), m_callback(m_tg.defer([] { /* Create empty callback to … in root_task() function 197 obj.reset_parent(new root_task{tg}); in create_root_task() 205 obj->reset_parent(new root_task{tg}); in allocate_root_task()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_for_each.h | 629 … for_each_root_task<Iterator, Body, ItemType> root_task(first, last, body, w_context, context); 631 execute_and_wait(root_task, context, w_context, context);
|