Searched defs:sum_node (Results 1 – 1 of 1) sorted by relevance
170 struct sum_node : public task { struct179 sum_node *m_left; argument180 sum_node *m_right; argument184 sum_node* m_parent; argument188 …sum_node( const Range range, bool left_is_final_, sum_node* parent, wait_context& w_o, small_objec… in sum_node() argument206 ~sum_node() { in ~sum_node() argument211 sum_node* release_parent() { in release_parent() argument224 …task* create_child( const Range& range, final_sum_type& body, sum_node* child, final_sum_type* inc… in create_child() argument235 sum_node* finalize(const execution_data& ed) { in finalize() argument242 void prepare_for_execution(final_sum_type& body, final_sum_type* incoming, Body *stuff_last) { in prepare_for_execution()[all …]