Searched refs:WriterMutexLock (Results 1 – 4 of 4) sorted by relevance
172 class WriterMutexLock {174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function175 ~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
78 #undef WriterMutexLock93 typedef MutexLock WriterMutexLock; typedef141 using internal::WriterMutexLock;
373 WriterMutexLock lock(&mutex_); in GetPrototype()
867 WriterMutexLock l(&unknown_enum_values_mu_); in FindEnumValueByNumberCreatingIfUnknown()