Home
last modified time | relevance | path

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

/external/rust/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() { Lock(); } // C++11 doesn't have std::shared_mutex. in ReaderLock() function
/external/gflags/src/
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
/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_mutex_impl.cc17 void QuicheLockImpl::ReaderLock() { in ReaderLock() function in quiche::QuicheLockImpl
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_mutex_impl.cc9 void QuicheLockImpl::ReaderLock() { mu_.ReaderLock(); } in ReaderLock() function in quiche::QuicheLockImpl
/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_mutex.cc13 void QuicheMutex::ReaderLock() { impl_.ReaderLock(); } in ReaderLock() function in quiche::QuicheMutex
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1517 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1513 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.cc1477 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc1477 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/abseil-cpp/absl/synchronization/
Dmutex.cc1488 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/
Dmutex.cc1497 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1507 void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1488 ABSL_XRAY_LOG_ARGS(1) void Mutex::ReaderLock() { in ReaderLock() function in absl::Mutex