Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dtimed_mutex_inline.h21 inline bool TimedMutex::try_lock_until( in try_lock_until() function
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dtimed_mutex_inline.h21 inline bool TimedMutex::try_lock_until( in try_lock_until() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dtimed_mutex_inline.h21 inline bool TimedMutex::try_lock_until( in try_lock_until() function
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dtimed_mutex_inline.h29 inline bool TimedMutex::try_lock_until( in try_lock_until() function
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock_until.pass.cpp29 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock_until.pass.cpp30 bool try_lock_until(const std::chrono::time_point<Clock, Duration>& abs_time) in try_lock_until() function
/external/rust/crates/parking_lot/src/
Draw_fair_mutex.rs57 fn try_lock_until(&self, timeout: Self::Instant) -> bool { in try_lock_until() method
Draw_mutex.rs146 fn try_lock_until(&self, timeout: Instant) -> bool { in try_lock_until() method
/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/
Dunique_lock.h147 bool unique_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t) { in try_lock_until() function
/external/pigweed/pw_sync/
Dborrow_test.cc209 bool try_lock_until(const Clock::time_point&) { return try_lock(); } in try_lock_until() function in pw::sync::__anonb95bd68a0111::TimedLockable
/external/rust/crates/lock_api/src/
Dmutex.rs131 fn try_lock_until(&self, timeout: Self::Instant) -> bool; in try_lock_until() method
377 pub fn try_lock_until(&self, timeout: R::Instant) -> Option<MutexGuard<'_, R, T>> { in try_lock_until() method
Dremutex.rs195 pub fn try_lock_until(&self, timeout: R::Instant) -> bool { in try_lock_until() method
483 pub fn try_lock_until(&self, timeout: R::Instant) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock_until() method