Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/example/
Dstarvephil.cpp133 static void do_thread(void* param) { in do_thread() function
173 boost::thread thrd_phil0(thread_adapter(&phil::do_thread, &p[0])); in main()
174 boost::thread thrd_phil1(thread_adapter(&phil::do_thread, &p[1])); in main()
175 boost::thread thrd_phil2(thread_adapter(&phil::do_thread, &p[2])); in main()
176 boost::thread thrd_phil3(thread_adapter(&phil::do_thread, &p[3])); in main()
177 boost::thread thrd_phil4(thread_adapter(&phil::do_thread, &p[4])); in main()
/third_party/boost/libs/thread/test/
Dtest_8960.cpp18 void do_thread() in do_thread() function
46 boost::thread th1(&do_thread); in main()