Searched defs:timeout2 (Results 1 – 4 of 4) sorted by relevance
47 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local77 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local110 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local146 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local176 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local210 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
45 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local76 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local110 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local146 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local177 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local211 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
146 boost::asio::deadline_timer timeout2{io_context2, boost::posix_time::seconds(7)}; variable
711 GSource *timeout1, *timeout2; member