Home
last modified time | relevance | path

Searched defs:timeout2 (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_shared_mutex_timed_locks_chrono.cpp47 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
77 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
110 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
146 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
176 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
210 …boost::chrono::steady_clock::time_point const timeout2=boost::chrono::steady_clock::now()+wait_dur… in BOOST_AUTO_TEST_CASE() local
Dtest_shared_mutex_timed_locks.cpp45 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
76 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
110 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
146 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
177 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
211 boost::system_time const timeout2=boost::get_system_time()+wait_duration; in BOOST_AUTO_TEST_CASE() local
/external/okio/okio/src/jvmTest/kotlin/okio/
DForwardingTimeoutKotlinTest.kt25 val timeout2 = Timeout() in getAndSetDelegate() constant
DForwardingTimeoutTest.kt26 val timeout2 = Timeout() in getAndSetDelegate() constant
/external/sdv/vsomeip/third_party/boost/process/test/
Dasync.cpp146 boost::asio::deadline_timer timeout2{io_context2, boost::posix_time::seconds(7)}; variable