Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h55 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
133 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
/external/gflags/src/
Dmutex.h186 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
332 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
/external/libtextclassifier/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()
/external/rust/crates/grpcio-sys/grpc/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()
/external/abseil-cpp/absl/synchronization/
Dmutex.h263 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function
593 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h263 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function
593 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/angle/third_party/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()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h255 void WriterUnlock() ABSL_UNLOCK_FUNCTION() { this->Unlock(); } in WriterUnlock() function
600 ~WriterMutexLock() ABSL_UNLOCK_FUNCTION() { this->mu_->WriterUnlock(); } in ABSL_UNLOCK_FUNCTION()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1151 mu_->WriterUnlock(); in ~RWLocker()