Home
last modified time | relevance | path

Searched defs:ReaderLock (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/gflags/src/
H A Dmutex.h227 void Mutex::ReaderLock() { assert(++mutex_ > 0); } in ReaderLock() function
247 void Mutex::ReaderLock() { Lock(); } // we don't have read-write locks in ReaderLock() function
271 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock); } in ReaderLock() function
296 void Mutex::ReaderLock() { Lock(); } in ReaderLock() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h73 void Mutex::ReaderLock() { AcquireSRWLockShared(&mutex_); } in ReaderLock() function
87 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
98 void Mutex::ReaderLock() { mutex_.lock_shared(); } in ReaderLock() function
/aosp_15_r20/external/regex-re2/util/
H A Dmutex.h70 void Mutex::ReaderLock() { SAFE_PTHREAD(pthread_rwlock_rdlock(&mutex_)); } in ReaderLock() function
81 void Mutex::ReaderLock() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_mutex_impl.cc17 void QuicheLockImpl::ReaderLock() { in ReaderLock() function in quiche::QuicheLockImpl
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_mutex_impl.cc9 void QuicheLockImpl::ReaderLock() { mu_.ReaderLock(); } in ReaderLock() function in quiche::QuicheLockImpl
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_mutex.cc13 void QuicheMutex::ReaderLock() { impl_.ReaderLock(); } in ReaderLock() function in quiche::QuicheMutex
/aosp_15_r20/art/runtime/base/
H A Dmutex.h346 void ReaderLock(Thread* self) ACQUIRE_SHARED() { SharedLock(self); } in ReaderLock() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1542 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1549 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex.cc1542 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex.cc1525 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.cc1517 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A Dmutex.cc1477 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1525 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex