Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp275 std::vector<join_node_type> join_vector(num_philosophers, join_node_type(g)); in main() local
299 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()
/oneTBB/test/tbb/
H A Dtest_join_node.h1408 std::vector<JType>join_vector(ELEMS, *my_join);
1413 test_one_serial<JType, JP>(join_vector[e], g);