Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dtimed_mutex_inline.h21 inline bool Mutex::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.h26 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/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock_until.pass.cpp28 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/rust/crates/lock_api/src/
Dmutex.rs124 fn try_lock_until(&self, timeout: Self::Instant) -> bool; in try_lock_until() method
331 pub fn try_lock_until(&self, timeout: R::Instant) -> Option<MutexGuard<'_, R, T>> { in try_lock_until() method
Dremutex.rs181 pub fn try_lock_until(&self, timeout: R::Instant) -> bool { in try_lock_until() method
424 pub fn try_lock_until(&self, timeout: R::Instant) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock_until() method