Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_8557.cpp73 boost::thread thrd2(&count); in main() local
84 thrd2.join(); in main()
103 pthread_t thrd2; in main() local
104 pthread_create(&thrd2, &attr, &count2, 0); in main()
122 pthread_join(thrd2, &res); in main()
/third_party/boost/libs/thread/tutorial/
Dbounded_buffer.cpp66 boost::thread thrd2(&receiver); in main() local
68 thrd2.join(); in main()
/third_party/boost/libs/thread/example/
Dcondition.cpp83 boost::thread thrd2(&receiver); in main() local
87 thrd2.join(); in main()
Dmonitor.cpp96 boost::thread thrd2(&buffer_type::do_receiver_thread); in do_test() local
99 thrd2.join(); in do_test()