Home
last modified time | relevance | path

Searched defs:phil (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/example/
Dstarvephil.cpp102 struct phil struct
104 phil(int id) : m_id(id) { } in phil() function
105 void run() { in run()
134 static_cast<phil*>(param)->run(); in do_thread() argument
137 int m_id;