Searched refs:try_put_task_impl (Results 1 – 2 of 2) sorted by relevance
91 return try_put_task_impl(t, has_policy<lightweight, Policy>()); in try_put_task()93 return try_put_task_impl(t, std::false_type()); in try_put_task()270 graph_task* try_put_task_impl( const input_type& t, /*lightweight=*/std::true_type ) { in try_put_task_impl() function283 graph_task* try_put_task_impl( const input_type& t, /*lightweight=*/std::false_type ) { in try_put_task_impl() function
3113 return try_put_task_impl(v); in try_put_task()3116 graph_task * try_put_task_impl(const input_type &v) { in try_put_task_impl() function3203 return this->my_buffer_is_valid ? nullptr : this->try_put_task_impl(v); in try_put_task()