Lines Matching refs:pt4
867 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
868 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
891 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
892 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
915 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
916 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
939 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
940 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
942 boost::thread(::cast_to_rval(pt4)); in BOOST_AUTO_TEST_CASE()
963 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
964 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
990 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
991 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
1016 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1017 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
1042 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1043 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()
1047 boost::thread(::cast_to_rval(pt4)); in BOOST_AUTO_TEST_CASE()
1068 boost::packaged_task<int> pt4(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1069 boost::unique_future<int> f4(BOOST_THREAD_MAKE_RV_REF(pt4.get_future())); in BOOST_AUTO_TEST_CASE()