Searched refs:WriterMutexLock (Results 1 – 4 of 4) sorted by relevance
329 class WriterMutexLock {331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function332 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()336 WriterMutexLock(const WriterMutexLock&);337 void operator=(const WriterMutexLock&);343 #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()