Searched refs:join_node_type (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_join_node.cpp | 38 typedef typename tbb::flow::join_node<OutputTupleType, tbb::flow::tag_matching> join_node_type; typedef in recirc_output_func_body 42 input_node_helper<N, join_node_type>::only_check_value(out, v); in operator ()() 119 typedef tbb::flow::join_node<JType, tbb::flow::tag_matching> join_node_type; typedef in generate_recirc_test 121 tag_recirculation_test<join_node_type>::test(); in do_test()
|
| H A D | test_join_node.h | 1025 typedef JNT join_node_type; 1027 typedef typename join_node_type::output_type TT; 1036 static void add_input_nodes(join_node_type &my_join, tbb::flow::graph &g, int nInputs) { 1072 static void remove_input_nodes(join_node_type& my_join, int nInputs) { 1081 static void remove_recirc_func_nodes(join_node_type& my_join, input_join_type &my_input) { 1092 typedef JNT join_node_type; 1094 typedef typename join_node_type::output_type TT; 1103 static void add_input_nodes(join_node_type &my_join, tbb::flow::graph &g, int nInputs) { 1132 static void remove_input_nodes(join_node_type& my_join, int nInputs) { 1140 static void remove_recirc_func_nodes(join_node_type& my_join, input_join_type &my_input) { [all …]
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | dining_philosophers.cpp | 108 typedef oneapi::tbb::flow::join_node<join_output, oneapi::tbb::flow::reserving> join_node_type; typedef 275 std::vector<join_node_type> join_vector(num_philosophers, join_node_type(g)); in main()
|