/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | poly_shared_lockable_adapter.hpp | 40 bool try_lock_shared_until(chrono::system_clock::time_point const & abs_time) in try_lock_shared_until() 44 bool try_lock_shared_until(chrono::steady_clock::time_point const & abs_time) in try_lock_shared_until() 79 bool try_lock_upgrade_until(chrono::system_clock::time_point const & abs_time) in try_lock_upgrade_until() 83 bool try_lock_upgrade_until(chrono::steady_clock::time_point const & abs_time) in try_lock_upgrade_until() 97 bool try_unlock_shared_and_lock_until(chrono::system_clock::time_point const & abs_time) in try_unlock_shared_and_lock_until() 101 bool try_unlock_shared_and_lock_until(chrono::steady_clock::time_point const & abs_time) in try_unlock_shared_and_lock_until() 120 bool try_unlock_shared_and_lock_upgrade_until(chrono::system_clock::time_point const & abs_time) in try_unlock_shared_and_lock_upgrade_until() 124 bool try_unlock_shared_and_lock_upgrade_until(chrono::steady_clock::time_point const & abs_time) in try_unlock_shared_and_lock_upgrade_until() 147 bool try_unlock_upgrade_and_lock_until(chrono::system_clock::time_point const & abs_time) in try_unlock_upgrade_and_lock_until() 151 bool try_unlock_upgrade_and_lock_until(chrono::steady_clock::time_point const & abs_time) in try_unlock_upgrade_and_lock_until()
|
D | poly_shared_lockable.hpp | 34 bool try_lock_shared_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_shared_until() 65 bool try_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_upgrade_until() 82 bool try_unlock_shared_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_until() 100 …bool try_unlock_shared_and_lock_upgrade_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_shared_and_lock_upgrade_until() 119 bool try_unlock_upgrade_and_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_unlock_upgrade_and_lock_until()
|
D | lock_types.hpp | 224 const chrono::time_point<Clock, Duration>& abs_time) in unique_lock() 283 const chrono::time_point<Clock, Duration>& abs_time) in unique_lock() 424 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 706 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 871 const chrono::time_point<Clock, Duration>& abs_time) in upgrade_lock() 993 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until()
|
D | poly_lockable_adapter.hpp | 72 bool try_lock_until(chrono::system_clock::time_point const & abs_time) in try_lock_until() 76 bool try_lock_until(chrono::steady_clock::time_point const & abs_time) in try_lock_until()
|
D | poly_lockable.hpp | 55 bool try_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_until()
|
D | testable_mutex.hpp | 92 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until()
|
D | xtime.hpp | 60 inline ::boost::xtime get_xtime(boost::system_time const& abs_time) in get_xtime()
|
D | latch.hpp | 103 cv_status wait_until(const chrono::time_point<Clock, Duration>& abs_time) in wait_until()
|
D | completion_latch.hpp | 140 cv_status wait_until(const chrono::time_point<Clock, Duration>& abs_time) in wait_until()
|
D | scoped_thread.hpp | 240 bool try_join_until(const chrono::time_point<Clock, Duration>& abs_time) in try_join_until()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/ |
D | shared_mutex.hpp | 297 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 375 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 675 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 754 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 832 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_lock_upgrade_until() 896 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_until() 951 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_upgrade_until() 1010 const boost::chrono::time_point<Clock, Duration>& abs_time) in try_unlock_upgrade_and_lock_until()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | condition_variable.hpp | 350 bool timed_wait(unique_lock<mutex>& m,boost::system_time const& abs_time) in timed_wait() 364 bool timed_wait(unique_lock<mutex>& m,boost::xtime const& abs_time) in timed_wait() 385 … bool timed_wait(unique_lock<mutex>& m,boost::system_time const& abs_time,predicate_type pred) in timed_wait() 401 bool timed_wait(unique_lock<mutex>& m,boost::xtime const& abs_time,predicate_type pred) in timed_wait() 547 bool timed_wait(lock_type& m,boost::system_time const& abs_time) in timed_wait() 563 bool timed_wait(lock_type& m,boost::xtime const& abs_time) in timed_wait() 585 bool timed_wait(lock_type& m,boost::system_time const& abs_time,predicate_type pred) in timed_wait() 602 bool timed_wait(lock_type& m,boost::xtime const& abs_time,predicate_type pred) in timed_wait()
|
D | thread_data.hpp | 228 inline BOOST_SYMBOL_VISIBLE void sleep(system_time const& abs_time) in sleep() 279 inline BOOST_SYMBOL_VISIBLE void sleep(system_time const& abs_time) in sleep()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | shared_mutex.hpp | 227 bool try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_shared_until() 320 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() 409 bool try_lock_upgrade_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_upgrade_until() 507 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_upgrade_and_lock_until() 565 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_until() 619 const chrono::time_point<Clock, Duration>& abs_time) in try_unlock_shared_and_lock_upgrade_until()
|
D | condition_variable_fwd.hpp | 100 boost::system_time const& abs_time) in timed_wait() 124 ::boost::xtime const& abs_time) in timed_wait() 163 boost::system_time const& abs_time,predicate_type pred) in timed_wait() 190 ::boost::xtime const& abs_time,predicate_type pred) in timed_wait()
|
D | condition_variable.hpp | 223 bool timed_wait(lock_type& m,boost::system_time const& abs_time) in timed_wait() 246 bool timed_wait(lock_type& m,::boost::xtime const& abs_time) in timed_wait() 281 bool timed_wait(lock_type& m,boost::system_time const& abs_time, predicate_type pred) in timed_wait() 306 bool timed_wait(lock_type& m,::boost::xtime const& abs_time, predicate_type pred) in timed_wait()
|
D | thread_data.hpp | 266 inline void sleep(system_time const& abs_time) in sleep() 320 inline void sleep(system_time const& abs_time) in sleep()
|
D | mutex.hpp | 256 bool timed_lock(system_time const & abs_time) in timed_lock()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | io_context.hpp | 70 const chrono::time_point<Clock, Duration>& abs_time) in run_until() 88 const chrono::time_point<Clock, Duration>& abs_time) in run_one_until()
|
/aosp_15_r20/external/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 93 static DWORD impl_abs2relmsec(const struct timespec *abs_time) in impl_abs2relmsec() 195 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
|
/aosp_15_r20/external/virglrenderer/src/mesa/compat/c11/ |
H A D | threads_win32.h | 135 static DWORD impl_abs2relmsec(const struct timespec *abs_time) in impl_abs2relmsec() 253 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | cnd_monotonic.c | 112 const struct timespec *abs_time) in u_cnd_monotonic_timedwait()
|
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/ |
H A D | mutex.h | 68 LIBC_INLINE MutexError timed_lock(internal::AbsTimeout abs_time) { in timed_lock()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/ |
D | thread.hpp | 500 bool timed_join(const system_time& abs_time) in timed_join() 594 inline BOOST_SYMBOL_VISIBLE void sleep(::boost::xtime const& abs_time) in sleep()
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | mutex.cc | 68 nsync::nsync_time abs_time = nsync::nsync_time_s_ns( in AwaitWithDeadline() local
|