Searched refs:think_nodes (Results 1 – 1 of 1) sorted by relevance
272 std::vector<think_node_type *> think_nodes; in main() local273 think_nodes.reserve(num_philosophers); in main()288 think_nodes.push_back(new think_node_type( in main()298 make_edge(*think_nodes[i], done_vector[i]); in main()305 make_edge(output_port<0>(*forward_nodes[i]), *think_nodes[i]); in main()312 think_nodes[i]->try_put(oneapi::tbb::flow::continue_msg()); in main()327 delete think_nodes[i]; in main()