Searched refs:think_node_body (Results 1 – 1 of 1) sorted by relevance
135 friend class think_node_body;152 class think_node_body { class156 think_node_body(philosopher &p) : my_philosopher(p) {} in think_node_body() function in think_node_body157 think_node_body(const think_node_body &other) : my_philosopher(other.my_philosopher) {} in think_node_body() function in think_node_body289 g, oneapi::tbb::flow::unlimited, think_node_body(philosophers[i]))); in main()