Searched refs:join_vector (Results 1 – 2 of 2) sorted by relevance
275 std::vector<join_node_type> join_vector(num_philosophers, join_node_type(g)); in main() local299 make_edge(done_vector[i], input_port<0>(join_vector[i])); in main()300 make_edge(places[i], input_port<1>(join_vector[i])); // left chopstick in main()302 input_port<2>(join_vector[i])); // right chopstick in main()303 make_edge(join_vector[i], *eat_nodes[i]); in main()
1408 std::vector<JType>join_vector(ELEMS, *my_join);1413 test_one_serial<JType, JP>(join_vector[e], g);