Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp431 tbb::flow::function_node< output_type > end_node( in run() local
441 tbb::flow::make_edge( offload_node, end_node ); in run()
551 tbb::flow::function_node<output_type> end_node( in run() local
556 tbb::flow::make_edge( offload_node, end_node ); in run()
632 … tbb::flow::function_node< output_type > end_node( g, tbb::flow::unlimited, [](output_type){} ); in operator ()() local
635 tbb::flow::make_edge( offload_node, end_node ); in operator ()()
H A Dtest_flow_graph_priorities.cpp572 continue_node<continue_msg> end_node(inner_graph, InnerBody(), node_priority_t(15)); in operator ()() local
574 make_edge( mid_node1, end_node ); in operator ()()
576 make_edge( mid_node2, end_node ); in operator ()()