Home
last modified time | relevance | path

Searched defs:timed_wait (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dcondition_variable.hpp350 bool timed_wait(unique_lock<mutex>& m,boost::system_time const& abs_time) in timed_wait() function in boost::condition_variable
364 bool timed_wait(unique_lock<mutex>& m,boost::xtime const& abs_time) in timed_wait() function in boost::condition_variable
369 bool timed_wait(unique_lock<mutex>& m,duration_type const& wait_duration) in timed_wait() function in boost::condition_variable
385 … bool timed_wait(unique_lock<mutex>& m,boost::system_time const& abs_time,predicate_type pred) in timed_wait() function in boost::condition_variable
401 bool timed_wait(unique_lock<mutex>& m,boost::xtime const& abs_time,predicate_type pred) in timed_wait() function in boost::condition_variable
406 … bool timed_wait(unique_lock<mutex>& m,duration_type const& wait_duration,predicate_type pred) in timed_wait() function in boost::condition_variable
547 bool timed_wait(lock_type& m,boost::system_time const& abs_time) in timed_wait() function in boost::condition_variable_any
563 bool timed_wait(lock_type& m,boost::xtime const& abs_time) in timed_wait() function in boost::condition_variable_any
569 bool timed_wait(lock_type& m,duration_type const& wait_duration) in timed_wait() function in boost::condition_variable_any
585 bool timed_wait(lock_type& m,boost::system_time const& abs_time,predicate_type pred) in timed_wait() function in boost::condition_variable_any
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dcondition_variable_fwd.hpp98 bool timed_wait( in timed_wait() function in boost::condition_variable
122 bool timed_wait( in timed_wait() function in boost::condition_variable
130 bool timed_wait( in timed_wait() function in boost::condition_variable
161 bool timed_wait( in timed_wait() function in boost::condition_variable
188 bool timed_wait( in timed_wait() function in boost::condition_variable
196 bool timed_wait( in timed_wait() function in boost::condition_variable
Dcondition_variable.hpp223 bool timed_wait(lock_type& m,boost::system_time const& abs_time) in timed_wait() function in boost::condition_variable_any
246 bool timed_wait(lock_type& m,::boost::xtime const& abs_time) in timed_wait() function in boost::condition_variable_any
252 bool timed_wait(lock_type& m,duration_type const& wait_duration) in timed_wait() function in boost::condition_variable_any
281 bool timed_wait(lock_type& m,boost::system_time const& abs_time, predicate_type pred) in timed_wait() function in boost::condition_variable_any
306 bool timed_wait(lock_type& m,::boost::xtime const& abs_time, predicate_type pred) in timed_wait() function in boost::condition_variable_any
312 bool timed_wait(lock_type& m,duration_type const& wait_duration,predicate_type pred) in timed_wait() function in boost::condition_variable_any
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_generic_locks.cpp54 bool timed_wait(Duration d) in timed_wait() function
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifilogger.cpp1364 wifi_error WifiLoggerCommand::timed_wait(u16 wait_time) in timed_wait() function in WifiLoggerCommand
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifilogger.cpp1315 wifi_error WifiLoggerCommand::timed_wait(u16 wait_time) in timed_wait() function in WifiLoggerCommand
/aosp_15_r20/external/crosvm/cros_async/src/sync/
H A Dcv.rs1142 fn timed_wait() { in timed_wait() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dfuture.hpp416 bool timed_wait(Duration const& rel_time) in timed_wait() function
1484 bool timed_wait(Duration const& rel_time) const in timed_wait() function in boost::detail::basic_future