Home
last modified time | relevance | path

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

/third_party/re2/util/
Dmutex.h46 inline void WriterLock() { Lock(); } // Acquire an exclusive lock in WriterLock() function
115 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/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();
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h253 void WriterLock() ABSL_EXCLUSIVE_LOCK_FUNCTION() { this->Lock(); } in WriterLock() function
584 mu->WriterLock(); in WriterMutexLock()
Dmutex_test.cc865 mu[j].WriterLock();
/third_party/re2/re2/
Ddfa.cc1146 mu_->WriterLock(); in LockForWriting()