Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_reduce.h232 struct deterministic_reduction_tree_node : public tree_node { struct
236deterministic_reduction_tree_node(node* parent, int ref_count, Body& input_left_body, small_object… in deterministic_reduction_tree_node() argument
263 using tree_node_type = deterministic_reduction_tree_node<Body>; argument