Home
last modified time | relevance | path

Searched defs:try_lock_shared (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/libcxx/src/
Dshared_mutex.cpp72 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base
113 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
/external/libcxx/src/
Dshared_mutex.cpp70 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base
111 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dtry_lock.pass.cpp28 bool try_lock_shared() in try_lock_shared() function
/external/icing/icing/absl_ports/
Dmutex.h38 bool try_lock_shared() ICING_SHARED_TRYLOCK_FUNCTION(true) { in try_lock_shared() function
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dtry_lock.pass.cpp29 bool try_lock_shared() in try_lock_shared() function
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.cc51 bool mutex::try_lock_shared() { in try_lock_shared() function in tensorflow::mutex
/external/llvm-project/libcxx/test/support/
Dnasty_containers.h308 bool try_lock_shared() { return true; } in try_lock_shared() function
/external/libcxx/test/support/
Dnasty_containers.hpp309 bool try_lock_shared() { return true; } in try_lock_shared() function in nasty_mutex
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs117 fn try_lock_shared(&self) -> bool { in try_lock_shared() method
/external/rust/crates/spin/src/
Drw_lock.rs756 fn try_lock_shared(&self) -> bool { in try_lock_shared() method
/external/rust/crates/lock_api/src/
Drwlock.rs46 fn try_lock_shared(&self) -> bool; in try_lock_shared() method