Home
last modified time | relevance | path

Searched defs:try_lock_shared_for (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/
Dshared_mutex.hpp248 bool try_lock_shared_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function in boost::thread_v2::shared_mutex
548 bool try_lock_shared_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function in boost::thread_v2::upgrade_mutex
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dtry_lock_for.pass.cpp32 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/shared_lock/locking/
Dtry_lock_for_pass.cpp33 bool try_lock_shared_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dtry_lock_for.pass.cpp34 bool try_lock_shared_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dpoly_shared_lockable.hpp41 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_shared_for() function in boost::shared_poly_lockable
Dpoly_shared_lockable_adapter.hpp48 bool try_lock_shared_for(chrono::nanoseconds const & rel_time) in try_lock_shared_for() function in boost::poly_shared_lockable_adapter
Dnull_mutex.hpp99 bool try_lock_shared_for(chrono::duration<Rep, Period> const &) in try_lock_shared_for() function in boost::null_mutex
Dlockable_adapter.hpp113 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_shared_for() function in boost::shared_lockable_adapter
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Dshared_mutex.hpp222 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function in boost::shared_mutex
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dshared_mutex.hpp320 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for() function in boost::shared_mutex
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/
Draw_rwlock.rs210 fn try_lock_shared_for(&self, timeout: Self::Duration) -> bool { in try_lock_shared_for() method
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/
Drwlock.rs175 fn try_lock_shared_for(&self, timeout: Self::Duration) -> bool; in try_lock_shared_for() method