Home
last modified time | relevance | path

Searched refs:WriterLock (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h54 inline void WriterLock() { Lock(); } // Acquire an exclusive lock in WriterLock() function
132 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/external/gflags/src/
Dmutex.h185 inline void WriterLock() { Lock(); } // Acquire an exclusive lock in WriterLock() function
331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/external/abseil-cpp/absl/synchronization/
Dmutex.h261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
585 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc830 mu[j].WriterLock();
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
584 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc831 mu[j].WriterLock();
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
585 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc830 mu[j].WriterLock();
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h261 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
584 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc831 mu[j].WriterLock();
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h253 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
586 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc865 mu[j].WriterLock();
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1142 mu_->WriterLock(); in LockForWriting()