/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/ |
D | shared_mutex.hpp | 248 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 D | try_lock_for.pass.cpp | 32 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/ |
D | try_lock_for_pass.cpp | 33 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 D | try_lock_for.pass.cpp | 34 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/ |
D | poly_shared_lockable.hpp | 41 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_shared_for() function in boost::shared_poly_lockable
|
D | poly_shared_lockable_adapter.hpp | 48 bool try_lock_shared_for(chrono::nanoseconds const & rel_time) in try_lock_shared_for() function in boost::poly_shared_lockable_adapter
|
D | null_mutex.hpp | 99 bool try_lock_shared_for(chrono::duration<Rep, Period> const &) in try_lock_shared_for() function in boost::null_mutex
|
D | lockable_adapter.hpp | 113 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/ |
D | shared_mutex.hpp | 222 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/ |
D | shared_mutex.hpp | 320 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/ |
D | raw_rwlock.rs | 210 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/ |
D | rwlock.rs | 175 fn try_lock_shared_for(&self, timeout: Self::Duration) -> bool; in try_lock_shared_for() method
|