Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dmutex.h172 class WriterMutexLock {
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
175 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()
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/stubs/
Dmutex.h78 #undef WriterMutexLock
93 typedef MutexLock WriterMutexLock; typedef
141 using internal::WriterMutexLock;
/external/protobuf/src/google/protobuf/
Dmessage.cc373 WriterMutexLock lock(&mutex_); in GetPrototype()
Ddescriptor.cc867 WriterMutexLock l(&unknown_enum_values_mu_); in FindEnumValueByNumberCreatingIfUnknown()