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

  /external/ceres-solver/internal/ceres/
mutex.h 169 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
309 explicit CeresWriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /external/chromium_org/third_party/re2/util/
mutex.h 71 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
72 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
178 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h 173 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 173 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /external/regex-re2/util/
mutex.h 67 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }

Completed in 330 milliseconds