Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_two_tasks.h75 task_emulation::create_root_task<fib_computation>(/* for root task = */ tg, n, &sum)); in fibonacci_two_tasks()
H A Dtask_emulation_layer.h145 friend F create_root_task(tbb::task_group& tg, Args&&... args);
194 F create_root_task(tbb::task_group& tg, Args&&... args) { in create_root_task() function