Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_single_task.h93 …task_emulation::run_and_wait(tg, task_emulation::allocate_root_task<single_fib_task>(/* for root t… in fibonacci_single_task()
H A Dtask_emulation_layer.h148 friend F* allocate_root_task(tbb::task_group& tg, Args&&... args);
202 F* allocate_root_task(tbb::task_group& tg, Args&&... args) { in allocate_root_task() function