Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_aggregator.h65 void execute( OperationType* op, HandlerType& handle_operations, bool long_life_time = true ) {
87 start_handle_operations(handle_operations);
103 void start_handle_operations( HandlerType& handle_operations ) { in start_handle_operations() argument
129 handle_operations(op_list); in start_handle_operations()
143 HandlerType handle_operations; variable
147 void initialize_handler( HandlerType h ) { handle_operations = h; } in initialize_handler()
150 aggregator_generic<OperationType>::execute(op, handle_operations); in execute()
167 my_object->handle_operations(op_list); in operator()
H A D_flow_graph_join_impl.h237 void handle_operations(reserving_port_operation* op_list) {
405 void handle_operations(queueing_port_operation* op_list) {
563 void handle_operations(key_matching_port_operation* op_list) {
902 void handle_operations(key_matching_FE_operation* op_list) {
1067 void handle_operations(join_node_base_operation* op_list) {
H A D_flow_graph_indexer_impl.h139 void handle_operations(indexer_node_base_operation* op_list) {
H A D_flow_graph_node_impl.h190 void handle_operations(operation_type *op_list) { in handle_operations() function
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h249 my_cpq->handle_operations(op_list); in operator()
253 void handle_operations( cpq_operation* op_list ) { in handle_operations() function
H A Dconcurrent_lru_cache.h114 void handle_operations(aggregator_operation* op_list) { in handle_operations() function
H A Dflow_graph.h1190 virtual void handle_operations(buffer_operation *op_list) { in handle_operations() function
1708 void handle_operations(prio_operation *op_list) override { in handle_operations() function