Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp135 friend class think_node_body;
152 class think_node_body { class
156 think_node_body(philosopher &p) : my_philosopher(p) {} in think_node_body() function in think_node_body
157 think_node_body(const think_node_body &other) : my_philosopher(other.my_philosopher) {} in think_node_body() function in think_node_body
289 g, oneapi::tbb::flow::unlimited, think_node_body(philosophers[i]))); in main()