Searched refs:WriterMutexLock (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h275 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
287 class WriterMutexLock { class
289 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:WriterMutexLock
290 ~WriterMutexLock() { mu_->WriterUnlock(); }
294 WriterMutexLock(const WriterMutexLock&);
295 void operator=(const WriterMutexLock&);
301 #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/protobuf/src/google/protobuf/
H A Dmessage.cc280 WriterMutexLock lock(&mutex_);
/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 138 milliseconds