Lines Matching refs:new_task
1128 graph_task *new_task = my_successors.try_put_task(t); in try_put_task() local
1129 if (!new_task) new_task = SUCCESSFULLY_ENQUEUED; in try_put_task()
1130 return new_task; in try_put_task()
1222 … graph_task* new_task = allocator.new_object<task_type>(graph_reference(), allocator, *this); in handle_operations_impl() local
1232 tmp->ltask = combine_tasks(g, z, new_task); // in case the op generated a task in handle_operations_impl()
1289 graph_task *new_task = my_successors.try_put_task(this->back()); in try_put_and_add_task() local
1290 if (new_task) { in try_put_and_add_task()
1293 last_task = combine_tasks(g, last_task, new_task); in try_put_and_add_task()
1514 graph_task *new_task = this->my_successors.try_put_task(this->front()); in try_put_and_add_task() local
1515 if (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()
1770 graph_task * new_task = this->my_successors.try_put_task(this->prio()); in try_put_and_add_task() local
1771 if (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()