HomeSort by relevance Sort by last modified time
    Searched defs:WriterUnlock (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
mutex.h 170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); }
  /external/chromium_org/third_party/re2/util/
mutex.h 72 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
179 ~WriterMutexLock() { mu_->WriterUnlock(); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
  /external/regex-re2/util/
mutex.h 68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
175 ~WriterMutexLock() { mu_->WriterUnlock(); }

Completed in 110 milliseconds