Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h176 class root_task : public base_task {
178root_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 Dparallel_for_each.h629 … 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);