/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | lock_types.hpp | 410 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::unique_lock 692 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::shared_lock 979 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::upgrade_lock
|
D | poly_lockable.hpp | 62 bool try_lock_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_for() function in boost::timed_poly_lockable
|
D | poly_lockable_adapter.hpp | 80 bool try_lock_for(chrono::nanoseconds const & rel_time) in try_lock_for() function in boost::poly_timed_lockable_adapter
|
D | testable_mutex.hpp | 78 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::testable_mutex
|
D | null_mutex.hpp | 64 bool try_lock_for(chrono::duration<Rep, Period> const &) in try_lock_for() function in boost::null_mutex
|
D | lockable_adapter.hpp | 79 bool try_lock_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_for() function in boost::timed_lockable_adapter
|
/aosp_15_r20/external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
H A D | timed_mutex_inline.h | 21 inline bool TimedMutex::try_lock_for(chrono::SystemClock::duration timeout) { in try_lock_for() function
|
/aosp_15_r20/external/pigweed/pw_sync_freertos/ |
H A D | timed_mutex.cc | 30 bool TimedMutex::try_lock_for(SystemClock::duration timeout) { in try_lock_for() function in pw::sync::TimedMutex
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/v2/ |
D | shared_mutex.hpp | 228 bool try_lock_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::thread_v2::shared_mutex 528 bool try_lock_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::thread_v2::upgrade_mutex
|
/aosp_15_r20/external/pigweed/pw_sync_threadx/ |
H A D | timed_mutex.cc | 29 bool TimedMutex::try_lock_for(SystemClock::duration timeout) { in try_lock_for() function in pw::sync::TimedMutex
|
/aosp_15_r20/external/pigweed/pw_sync_embos/ |
H A D | timed_mutex.cc | 29 bool TimedMutex::try_lock_for(SystemClock::duration timeout) { in try_lock_for() function in pw::sync::TimedMutex
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
H A D | try_lock_for.pass.cpp | 31 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/locks/unique_lock/locking/ |
D | try_lock_for_pass.cpp | 36 bool try_lock_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
H A D | try_lock_for.pass.cpp | 32 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/aosp_15_r20/external/pigweed/pw_sync/public/pw_sync/ |
H A D | lock_testing.h | 68 bool try_lock_for(const FakeClock::duration&) { return try_lock(); } in try_lock_for() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/ |
D | raw_fair_mutex.rs | 62 fn try_lock_for(&self, timeout: Self::Duration) -> bool { in try_lock_for() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mutex/ |
D | unique_lock.h | 136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mutex/ |
D | unique_lock.h | 136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mutex/ |
D | unique_lock.h | 136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/ |
D | unique_lock.h | 138 _LIBCPP_HIDE_FROM_ABI bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>&… in try_lock_for() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__mutex/ |
H A D | unique_lock.h | 136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mutex/ |
D | unique_lock.h | 140 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | basic_recursive_mutex.hpp | 77 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | simulated_thread_interface_demo.cpp | 98 bool try_lock_for(const boost::chrono::duration<Rep, Period>& d) in try_lock_for() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ |
D | mutex.hpp | 276 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::timed_mutex
|