Home
last modified time | relevance | path

Searched refs:graph_ref (Results 1 – 3 of 3) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h27 forwarding_base(graph &g) : graph_ref(g) {} in forwarding_base()
29 graph& graph_ref; member
298 return my_join->graph_ref;
459 return my_join->graph_ref;
609 return my_join->graph_ref;
697 if(is_graph_active(this->graph_ref)) {
701 graph_ref.reserve_wait();
702 spawn_in_graph_arena(this->graph_ref, *t);
770 if(is_graph_active(this->graph_ref)) {
774 graph_ref.reserve_wait();
[all …]
H A D_flow_graph_cache_impl.h353 graph& graph_ref = (*i)->graph_reference(); in try_put_task() local
354 last_task = combine_tasks(graph_ref, last_task, new_task); // enqueue if necessary in try_put_task()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1517 graph& graph_ref = this->graph_reference(); in try_put_and_add_task() local
1518 last_task = combine_tasks(graph_ref, last_task, new_task); in try_put_and_add_task()
1773 graph& graph_ref = this->graph_reference(); in try_put_and_add_task() local
1774 last_task = combine_tasks(graph_ref, last_task, new_task); in try_put_and_add_task()