Searched refs:graph_ref (Results 1 – 3 of 3) sorted by relevance
27 forwarding_base(graph &g) : graph_ref(g) {} in forwarding_base()29 graph& graph_ref; member298 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 …]
353 graph& graph_ref = (*i)->graph_reference(); in try_put_task() local354 last_task = combine_tasks(graph_ref, last_task, new_task); // enqueue if necessary in try_put_task()
1517 graph& graph_ref = this->graph_reference(); in try_put_and_add_task() local1518 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() local1774 last_task = combine_tasks(graph_ref, last_task, new_task); in try_put_and_add_task()