| /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/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ | 
| D | try_lock_for.pass.cpp | 32         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/cronet/buildtools/third_party/libc++/trunk/include/__mutex/ | 
| D | unique_lock.h | 136 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) {  in try_lock_for()  function
 | 
| /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::__anonb95bd68a0111::TimedLockable
 | 
| /external/rust/crates/lock_api/src/ | 
| D | mutex.rs | 128     fn try_lock_for(&self, timeout: Self::Duration) -> bool;  in try_lock_for()  method362     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()  method468     pub fn try_lock_for(&self, timeout: R::Duration) -> Option<ReentrantMutexGuard<'_, R, G, T>> {  in try_lock_for()  method
 
 |