Home
last modified time | relevance | path

Searched defs:try_lock_for (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_types.hpp410 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
Dpoly_lockable.hpp62 bool try_lock_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_for() function in boost::timed_poly_lockable
Dpoly_lockable_adapter.hpp80 bool try_lock_for(chrono::nanoseconds const & rel_time) in try_lock_for() function in boost::poly_timed_lockable_adapter
Dtestable_mutex.hpp78 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::testable_mutex
Dnull_mutex.hpp64 bool try_lock_for(chrono::duration<Rep, Period> const &) in try_lock_for() function in boost::null_mutex
Dlockable_adapter.hpp79 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 Dtimed_mutex_inline.h21 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 Dtimed_mutex.cc30 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/
Dshared_mutex.hpp228 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 Dtimed_mutex.cc29 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 Dtimed_mutex.cc29 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 Dtry_lock_for.pass.cpp31 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/
Dtry_lock_for_pass.cpp36 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 Dtry_lock_for.pass.cpp32 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 Dlock_testing.h68 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/
Draw_fair_mutex.rs62 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/
Dunique_lock.h136 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/
Dunique_lock.h136 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/
Dunique_lock.h136 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/
Dunique_lock.h138 _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 Dunique_lock.h136 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/
Dunique_lock.h140 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/
Dbasic_recursive_mutex.hpp77 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/
Dsimulated_thread_interface_demo.cpp98 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/
Dmutex.hpp276 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for() function in boost::timed_mutex

12