Home
last modified time | relevance | path

Searched refs:final_sum_type (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h172 using final_sum_type = final_sum<Range,Body>;
174 final_sum_type *m_incoming;
175 final_sum_type *m_body;
178 final_sum_type *m_left_sum;
224 …task* create_child( const Range& range, final_sum_type& body, sum_node* child, final_sum_type* inc… in create_child()
242 void prepare_for_execution(final_sum_type& body, final_sum_type* incoming, Body *stuff_last) { in prepare_for_execution()
284 using final_sum_type = final_sum<Range,Body>; member
285 final_sum_type** const m_sum_slot;
289 std::atomic<final_sum_type*> m_right_zombie;
361 final_sum_type** m_sum_slot;
[all …]