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

  /external/ceres-solver/internal/ceres/
mutex.h 165 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
166 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
305 explicit CeresWriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 157 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
158 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
289 explicit WriterMutexLock(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/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(); }
  /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/open-vcdiff/gflags/src/
mutex.h 183 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
184 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
329 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /art/runtime/base/
mutex.h 230 void WriterLock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); }

Completed in 394 milliseconds