Searched refs:WriterUnlock (Results 1 - 7 of 7) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dmutex.h170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:ceres::internal::Mutex
310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); }
/external/chromium_org/third_party/re2/util/
H A Dmutex.h72 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:re2::Mutex
179 ~WriterMutexLock() { mu_->WriterUnlock(); }
/external/regex-re2/util/
H A Dmutex.h68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:re2::Mutex
175 ~WriterMutexLock() { mu_->WriterUnlock(); }
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:MUTEX_NAMESPACE::Mutex
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:MUTEX_NAMESPACE::Mutex
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1136 mu_->WriterUnlock();
/external/regex-re2/re2/
H A Ddfa.cc1134 mu_->WriterUnlock();

Completed in 193 milliseconds