• Home
  • Raw
  • Download

Lines Matching refs:pt3

584     boost::promise<std::string> pt3;  in BOOST_AUTO_TEST_CASE()  local
585 fi=BOOST_THREAD_MAKE_RV_REF(pt3.get_future()); in BOOST_AUTO_TEST_CASE()
589 pt3.set_value(s2); in BOOST_AUTO_TEST_CASE()
802 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
803 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
823 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
824 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
844 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
845 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
847 boost::thread(::cast_to_rval(pt3)); in BOOST_AUTO_TEST_CASE()
865 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
866 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
889 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
890 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
913 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
914 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
918 boost::thread(::cast_to_rval(pt3)); in BOOST_AUTO_TEST_CASE()
937 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
938 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
961 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
962 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
988 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
989 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
1014 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1015 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
1021 boost::thread(::cast_to_rval(pt3)); in BOOST_AUTO_TEST_CASE()
1040 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1041 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()
1066 boost::packaged_task<int> pt3(make_int_slowly); in BOOST_AUTO_TEST_CASE() local
1067 boost::unique_future<int> f3(BOOST_THREAD_MAKE_RV_REF(pt3.get_future())); in BOOST_AUTO_TEST_CASE()