Home
last modified time | relevance | path

Searched defs:timed_lock (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dmutex.hpp136 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::timed_mutex
162 bool timed_lock(boost::xtime const & absolute_time) in timed_lock() function in boost::timed_mutex
256 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::timed_mutex
Drecursive_mutex.hpp242 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::recursive_timed_mutex
371 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::recursive_timed_mutex
Dshared_mutex.hpp278 bool timed_lock(system_time const& timeout) in timed_lock() function in boost::shared_mutex
296 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::shared_mutex
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dbasic_timed_mutex.hpp197 bool timed_lock(::boost::system_time const& wait_until) in timed_lock() function
204 bool timed_lock(Duration const& timeout) in timed_lock() function
211 bool timed_lock(boost::xtime const& timeout) in timed_lock() function
Dbasic_recursive_mutex.hpp62 bool timed_lock(::boost::system_time const& target) in timed_lock() function
68 bool timed_lock(Duration const& target) in timed_lock() function
Dshared_mutex.hpp574 bool timed_lock(boost::system_time const& wait_until) in timed_lock() function in boost::shared_mutex
580 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::shared_mutex
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_types.hpp366 bool timed_lock(TimeDuration const& relative_time) in timed_lock() function in boost::unique_lock
380 bool timed_lock(::boost::system_time const& absolute_time) in timed_lock() function in boost::unique_lock
393 bool timed_lock(::boost::xtime const& absolute_time) in timed_lock() function in boost::unique_lock
662 bool timed_lock(boost::system_time const& target_time) in timed_lock() function in boost::shared_lock
676 bool timed_lock(Duration const& target_time) in timed_lock() function in boost::shared_lock
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/
Dshared_mutex.hpp318 bool shared_mutex::timed_lock(T const & abs_or_rel_time) in timed_lock() function in boost::thread_v2::shared_mutex
696 bool upgrade_mutex::timed_lock(T const & abs_or_rel_time) in timed_lock() function in boost::thread_v2::upgrade_mutex
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_lock_concept.cpp532 bool timed_lock(boost::system_time) in timed_lock() function
538 bool timed_lock(Duration) in timed_lock() function
/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() function
/aosp_15_r20/external/crosvm/cros_async/src/sync/
H A Dmu.rs1891 async fn timed_lock(timer: oneshot::Receiver<()>, mu: Arc<RwLock<()>>) { in timeout() function