Home
last modified time | relevance | path

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

/oneTBB/examples/graph/dining_philosophers/
H A Ddining_philosophers.cpp118 class philosopher { class
122 ~philosopher() {} in ~philosopher()
153 philosopher &my_philosopher;
156 think_node_body(philosopher &p) : my_philosopher(p) {} in think_node_body()
165 philosopher &my_philosopher;
168 eat_node_body(philosopher &p) : my_philosopher(p) {} in eat_node_body()
177 philosopher &my_philosopher;
188 void philosopher::check() { in check()
214 void philosopher::eat() { in eat()
226 void philosopher::think() { in think()
[all …]