Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h235 aggregator<handler_type, reserving_port_operation> my_aggregator;
305 my_aggregator.initialize_handler(handler_type(this));
403 aggregator<handler_type, queueing_port_operation> my_aggregator;
467 my_aggregator.initialize_handler(handler_type(this));
616 my_aggregator.initialize_handler(handler_type(this));
953 my_aggregator.initialize_handler(handler_type(this));
963 my_aggregator.initialize_handler(handler_type(this));
1065 aggregator<handler_type, join_node_base_operation> my_aggregator;
1141 my_aggregator.initialize_handler(handler_type(this));
1149 my_aggregator.initialize_handler(handler_type(this));
[all …]
H A D_flow_graph_indexer_impl.h135 typedef aggregating_functor<class_type, indexer_node_base_operation> handler_type;
137 aggregator<handler_type, indexer_node_base_operation> my_aggregator;
167 my_aggregator.initialize_handler(handler_type(this));
174 my_aggregator.initialize_handler(handler_type(this));
H A D_flow_graph_node_impl.h73 my_aggregator.initialize_handler(handler_type(this)); in function_input_base()
167 typedef aggregating_functor<class_type, operation_type> handler_type; typedef
169 aggregator< handler_type, operation_type > my_aggregator;
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h1186 typedef aggregating_functor<class_type, buffer_operation> handler_type; typedef
1188 aggregator< handler_type, buffer_operation> my_aggregator;
1372 my_aggregator.initialize_handler(handler_type(this)); in buffer_node()