Searched defs:try_lock_for (Results 1 – 10 of 10) sorted by relevance
/external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
D | timed_mutex_inline.h | 21 inline bool TimedMutex::try_lock_for( in try_lock_for() function
|
/external/pigweed/pw_sync_freertos/ |
D | timed_mutex.cc | 30 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for() function in pw::sync::TimedMutex
|
/external/pigweed/pw_sync_threadx/ |
D | timed_mutex.cc | 29 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for() function in pw::sync::TimedMutex
|
/external/pigweed/pw_sync_embos/ |
D | timed_mutex.cc | 29 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for() function in pw::sync::TimedMutex
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock_for.pass.cpp | 31 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock_for.pass.cpp | 30 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
|
/external/rust/crates/parking_lot/src/ |
D | raw_fair_mutex.rs | 62 fn try_lock_for(&self, timeout: Self::Duration) -> bool { in try_lock_for() method
|
D | raw_mutex.rs | 163 fn try_lock_for(&self, timeout: Duration) -> bool { in try_lock_for() method
|
/external/rust/crates/lock_api/src/ |
D | mutex.rs | 121 fn try_lock_for(&self, timeout: Self::Duration) -> bool; in try_lock_for() method 316 pub fn try_lock_for(&self, timeout: R::Duration) -> Option<MutexGuard<'_, R, T>> { in try_lock_for() method
|
D | remutex.rs | 187 pub fn try_lock_for(&self, timeout: R::Duration) -> bool { in try_lock_for() method 409 pub fn try_lock_for(&self, timeout: R::Duration) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock_for() method
|