Home
last modified time | relevance | path

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

/oneTBB/examples/migration/recursive_fibonacci/
H A Dfibonacci_two_tasks.h56 task_emulation::run_task(c.create_child<fib_computation>(n - 1, &c.x)); in execute()
H A Dfibonacci_single_task.h72 … task_emulation::run_task(this->allocate_child_and_increment<single_fib_task>(n - 1, &x_l)); in compute_impl()
H A Dtask_emulation_layer.h210 void run_task(F&& f) { in run_task() function
215 void run_task(F* f) { in run_task() function
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h198 template <typename Body> class run_task; variable