Searched refs:do_thread (Results 1 – 2 of 2) sorted by relevance
133 static void do_thread(void* param) { in do_thread() function173 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()
18 void do_thread() in do_thread() function46 boost::thread th1(&do_thread); in main()