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

/external/protobuf/src/google/protobuf/stubs/
H A Dmutex.h78 #undef WriterMutexLock macro
93 typedef MutexLock WriterMutexLock; typedef in namespace:google::protobuf::internal
141 using internal::WriterMutexLock;
/external/gflags/src/
H A Dmutex.h317 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
329 class WriterMutexLock { class in namespace:MUTEX_NAMESPACE
331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } function in class:MUTEX_NAMESPACE::WriterMutexLock
332 ~WriterMutexLock() { mu_->WriterUnlock(); }
336 WriterMutexLock(const WriterMutexLock&);
337 void operator=(const WriterMutexLock&);
343 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro
/external/protobuf/src/google/protobuf/
H A Dmessage.cc373 WriterMutexLock lock(&mutex_);
H A Ddescriptor.cc867 WriterMutexLock l(&unknown_enum_values_mu_);

Completed in 435 milliseconds