/aosp_15_r20/external/gflags/src/ |
H A D | mutex.h | 227 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/ |
D | mutex.h | 73 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 D | mutex.h | 70 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 D | quiche_mutex_impl.cc | 17 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 D | quiche_mutex_impl.cc | 9 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 D | quiche_mutex.cc | 13 void QuicheMutex::ReaderLock() { impl_.ReaderLock(); } in ReaderLock() function in quiche::QuicheMutex
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex.h | 346 void ReaderLock(Thread* self) ACQUIRE_SHARED() { SharedLock(self); } in ReaderLock() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1542 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1549 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1542 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 D | mutex.cc | 1525 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.cc | 1517 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 D | mutex.cc | 1477 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/ |
D | mutex.cc | 1525 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|