Searched defs:WriterMutexLock (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dmutex.h164 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
176 class WriterMutexLock { class in namespace:re2
178 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:re2::WriterMutexLock
179 ~WriterMutexLock() { mu_->WriterUnlock(); }
183 WriterMutexLock(const WriterMutexLock&);
184 void operator=(const WriterMutexLock&);
190 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h297 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
309 class WriterMutexLock { class in namespace:MUTEX_NAMESPACE
311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:MUTEX_NAMESPACE::WriterMutexLock
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
316 WriterMutexLock(const WriterMutexLock&);
317 void operator=(const WriterMutexLock&);
323 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h297 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
309 class WriterMutexLock { class in namespace:MUTEX_NAMESPACE
311 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:MUTEX_NAMESPACE::WriterMutexLock
312 ~WriterMutexLock() { mu_->WriterUnlock(); }
316 WriterMutexLock(const WriterMutexLock&);
317 void operator=(const WriterMutexLock&);
323 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/external/regex-re2/util/
H A Dmutex.h160 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
172 class WriterMutexLock { class in namespace:re2
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:re2::WriterMutexLock
175 ~WriterMutexLock() { mu_->WriterUnlock(); }
179 WriterMutexLock(const WriterMutexLock&);
180 void operator=(const WriterMutexLock&);
186 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h1148 typedef MutexLock WriterMutexLock; typedef in namespace:google::protobuf::internal
1168 using internal::WriterMutexLock;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h1083 typedef MutexLock WriterMutexLock; typedef in namespace:google::protobuf::internal
1103 using internal::WriterMutexLock;

Completed in 190 milliseconds