Searched refs:thrd2 (Results 1 – 4 of 4) sorted by relevance
73 boost::thread thrd2(&count); in main() local84 thrd2.join(); in main()103 pthread_t thrd2; in main() local104 pthread_create(&thrd2, &attr, &count2, 0); in main()122 pthread_join(thrd2, &res); in main()
66 boost::thread thrd2(&receiver); in main() local68 thrd2.join(); in main()
83 boost::thread thrd2(&receiver); in main() local87 thrd2.join(); in main()
96 boost::thread thrd2(&buffer_type::do_receiver_thread); in do_test() local99 thrd2.join(); in do_test()