Home
last modified time | relevance | path

Searched defs:wait_duration (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_shared_mutex_timed_locks_chrono.cpp46 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
76 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
109 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
145 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
175 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
209 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
243 boost::chrono::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
Dtest_shared_mutex_timed_locks.cpp44 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
75 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
109 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
145 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
176 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
210 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
244 boost::posix_time::milliseconds const wait_duration(500); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/thread/pthread/
Dcondition_variable_fwd.hpp132 duration_type const& wait_duration) in timed_wait()
198 duration_type const& wait_duration,predicate_type pred) in timed_wait()
Dcondition_variable.hpp252 bool timed_wait(lock_type& m,duration_type const& wait_duration) in timed_wait()
312 bool timed_wait(lock_type& m,duration_type const& wait_duration,predicate_type pred) in timed_wait()
/third_party/boost/boost/thread/win32/
Dcondition_variable.hpp369 bool timed_wait(unique_lock<mutex>& m,duration_type const& wait_duration) in timed_wait()
406 … bool timed_wait(unique_lock<mutex>& m,duration_type const& wait_duration,predicate_type pred) in timed_wait()
569 bool timed_wait(lock_type& m,duration_type const& wait_duration) in timed_wait()
608 bool timed_wait(lock_type& m,duration_type const& wait_duration,predicate_type pred) in timed_wait()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc673 auto wait_duration = std::chrono::milliseconds::max(); in FlutterDesktopRunWindowLoop() local
680 auto wait_duration = std::chrono::milliseconds::max(); in FlutterDesktopWaitForEvents() local
/third_party/grpc/test/cpp/client/
Dclient_channel_stress_test.cc142 const auto wait_duration = in Run() local