Home
last modified time | relevance | path

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

/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dtimed_mutex_inline.h21 inline bool TimedMutex::try_lock_for( in try_lock_for() function
/external/pigweed/pw_sync_freertos/
Dtimed_mutex.cc30 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for() function in pw::sync::TimedMutex
/external/pigweed/pw_sync_threadx/
Dtimed_mutex.cc29 bool TimedMutex::try_lock_for(SystemClock::duration for_at_least) { in try_lock_for() function in pw::sync::TimedMutex
/external/pigweed/pw_sync_embos/
Dtimed_mutex.cc29 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/
Dtry_lock_for.pass.cpp31 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/
Dtry_lock_for.pass.cpp30 bool try_lock_for(const std::chrono::duration<Rep, Period>& rel_time) in try_lock_for() function
/external/rust/crates/parking_lot/src/
Draw_fair_mutex.rs62 fn try_lock_for(&self, timeout: Self::Duration) -> bool { in try_lock_for() method
Draw_mutex.rs163 fn try_lock_for(&self, timeout: Duration) -> bool { in try_lock_for() method
/external/rust/crates/lock_api/src/
Dmutex.rs121 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
Dremutex.rs187 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