/external/rust/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() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
|
/external/gflags/src/ |
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
|
/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
D | quiche_mutex_impl.cc | 17 void QuicheLockImpl::ReaderLock() { in ReaderLock() function in quiche::QuicheLockImpl
|
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
D | quiche_mutex_impl.cc | 9 void QuicheLockImpl::ReaderLock() { mu_.ReaderLock(); } in ReaderLock() function in quiche::QuicheLockImpl
|
/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
D | quiche_mutex.cc | 13 void QuicheMutex::ReaderLock() { impl_.ReaderLock(); } in ReaderLock() function in quiche::QuicheMutex
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1517 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1513 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1477 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | mutex.cc | 1477 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1488 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1497 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1507 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1488 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
|