Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dmutex.h68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
175 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
/external/ceres-solver/internal/ceres/
Dmutex.h170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); } in ~CeresWriterMutexLock()
/external/regex-re2/re2/
Ddfa.cc1134 mu_->WriterUnlock(); in ~RWLocker()