Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h354 last_task = combine_tasks(graph_ref, last_task, new_task); // enqueue if necessary in try_put_task()
H A D_flow_graph_node_impl.h320 rval = combine_tasks(my_graph_ref, rval, ttask); in forward_task()
H A D_flow_graph_join_impl.h1116 last_task = combine_tasks(my_graph, last_task, new_task);
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h174 static inline graph_task* combine_tasks(graph& g, graph_task* left, graph_task* right) { in combine_tasks() function
1232 tmp->ltask = combine_tasks(g, z, new_task); // in case the op generated a task in handle_operations_impl()
1262 last_task = combine_tasks(g, last_task, xtask); in forward_task()
1293 last_task = combine_tasks(g, last_task, new_task); in try_put_and_add_task()
1518 last_task = combine_tasks(graph_ref, last_task, new_task); in try_put_and_add_task()
1774 last_task = combine_tasks(graph_ref, last_task, new_task); in try_put_and_add_task()