Home
last modified time | relevance | path

Searched refs:WriterUnlock (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/util/
Dmutex.h47 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
116 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h263 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function
592 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h255 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function
598 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
/third_party/re2/re2/
Ddfa.cc1155 mu_->WriterUnlock(); in ~RWLocker()