Searched refs:start_node (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_flow_graph_priorities.cpp | 569 continue_node<continue_msg> start_node(inner_graph, InnerBody()); in operator ()() local 573 make_edge( start_node, mid_node1 ); in operator ()() 575 make_edge( start_node, mid_node2 ); in operator ()() 578 start_node.try_put( continue_msg() ); in operator ()() 585 graph& outer_graph, function_node<int,int>& start_node ) { in execute_outer_graph() argument 587 start_node.try_put( 42 ); in execute_outer_graph() 595 start_node.try_put( 42 ); in execute_outer_graph() 602 graph& outer_graph, function_node<int, int>& start_node ) { in test_in_arena() argument 610 execute_outer_graph( same_arena, inner_arena, max_threads, outer_graph, start_node ); in test_in_arena()
|
| H A D | test_async_node.cpp | 419 tbb::flow::function_node< int, input_type > start_node( in run() local 440 tbb::flow::make_edge( start_node, offload_node ); in run() 451 start_node.try_put(i); in run() 539 tbb::flow::function_node<int, input_type> start_node( in run() local 555 tbb::flow::make_edge( start_node, offload_node ); in run() 567 start_node.try_put(i); in run() 622 tbb::flow::function_node< int, input_type > start_node( in operator ()() local 634 tbb::flow::make_edge( start_node, offload_node ); in operator ()() 637 start_node.try_put(1); in operator ()()
|