Home
last modified time | relevance | path

Searched defs:abs_time (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dpoly_shared_lockable_adapter.hpp40 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()
Dpoly_shared_lockable.hpp34 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()
Dlock_types.hpp224 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()
Dpoly_lockable_adapter.hpp72 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()
Dpoly_lockable.hpp55 bool try_lock_until(chrono::time_point<Clock, Duration> const & abs_time) in try_lock_until()
Dtestable_mutex.hpp92 bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time) in try_lock_until()
Dxtime.hpp60 inline ::boost::xtime get_xtime(boost::system_time const& abs_time) in get_xtime()
Dlatch.hpp103 cv_status wait_until(const chrono::time_point<Clock, Duration>& abs_time) in wait_until()
Dcompletion_latch.hpp140 cv_status wait_until(const chrono::time_point<Clock, Duration>& abs_time) in wait_until()
Dscoped_thread.hpp240 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/
Dshared_mutex.hpp297 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/
Dcondition_variable.hpp350 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()
Dthread_data.hpp228 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/
Dshared_mutex.hpp227 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()
Dcondition_variable_fwd.hpp100 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()
Dcondition_variable.hpp223 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()
Dthread_data.hpp266 inline void sleep(system_time const& abs_time) in sleep()
320 inline void sleep(system_time const& abs_time) in sleep()
Dmutex.hpp256 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/
Dio_context.hpp70 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 Dthreads_win32.c93 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 Dthreads_win32.h135 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 Dcnd_monotonic.c112 const struct timespec *abs_time) in u_cnd_monotonic_timedwait()
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Dmutex.h68 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/
Dthread.hpp500 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 Dmutex.cc68 nsync::nsync_time abs_time = nsync::nsync_time_s_ns( in AwaitWithDeadline() local

12