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(chrono::SystemClock::duration timeout) { in try_lock_for() function
|
/external/pigweed/pw_sync_freertos/ |
D | timed_mutex.cc | 30 bool TimedMutex::try_lock_for(SystemClock::duration timeout) { 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 timeout) { 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 timeout) { 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/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/pigweed/pw_sync/ |
D | borrow_test.cc | 208 bool try_lock_for(const Clock::duration&) { return try_lock(); } in try_lock_for() function in pw::sync::__anonba2b99510111::TimedLockable
|
/external/rust/crates/lock_api/src/ |
D | mutex.rs | 128 fn try_lock_for(&self, timeout: Self::Duration) -> bool; in try_lock_for() method 362 pub fn try_lock_for(&self, timeout: R::Duration) -> Option<MutexGuard<'_, R, T>> { in try_lock_for() method
|
D | remutex.rs | 201 pub fn try_lock_for(&self, timeout: R::Duration) -> bool { in try_lock_for() method 468 pub fn try_lock_for(&self, timeout: R::Duration) -> Option<ReentrantMutexGuard<'_, R, G, T>> { in try_lock_for() method
|