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

/external/ceres-solver/internal/ceres/
H A Dmutex.h165 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:ceres::internal::Mutex
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/
H A Dmutex.h157 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:Mutex
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/
H A Dmutex.h71 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:re2::Mutex
72 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
178 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
/external/regex-re2/util/
H A Dmutex.h67 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:re2::Mutex
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/
H A Dsimple_mutex.h173 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:MUTEX_NAMESPACE::Mutex
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/
H A Dsimple_mutex.h173 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:MUTEX_NAMESPACE::Mutex
174 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
/external/open-vcdiff/gflags/src/
H A Dmutex.h183 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:MUTEX_NAMESPACE::Mutex
184 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
329 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }

Completed in 306 milliseconds