Lines Matching refs:try_put_task
247 graph_task *res = try_put_task(t); in try_put()
264 virtual graph_task *try_put_task(const T& t) = 0;
341 graph_task* try_put_task( const input_type & ) override { in try_put_task() function
746 graph_task *last_task = my_successors.try_put_task(v); in __TBB_requires()
825 using input_impl_type::try_put_task; in __TBB_requires()
960 graph_task *try_put_task(const TupleType& t) override { in try_put_task() function
1073 using input_impl_type::try_put_task; in __TBB_requires()
1127 graph_task *try_put_task(const T& t) override { in try_put_task() function
1128 graph_task *new_task = my_successors.try_put_task(t); in try_put_task()
1289 graph_task *new_task = my_successors.try_put_task(this->back()); in try_put_and_add_task()
1463 graph_task *try_put_task(const T &t) override { in try_put_task() function
1514 graph_task *new_task = this->my_successors.try_put_task(this->front()); 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()
1949 if ( (rval = my_successors.try_put_task(v)) != nullptr ) { in forward_task()
2083 graph_task* try_put_task( const T &t ) override { in try_put_task() function
2092 graph_task* rtask = my_successors.try_put_task(t); in try_put_task()
3111 graph_task* try_put_task( const input_type &v ) override { in try_put_task() function
3119 graph_task* rtask = my_successors.try_put_task(v); in try_put_task_impl()
3201 graph_task *try_put_task( const T &v ) override { in try_put_task() function