Searched refs:WriterMutexLock (Results 1 – 3 of 3) 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
320 WriterMutexLock lock(&mutex_); in GetPrototype()
1136 typedef MutexLock WriterMutexLock; typedef1156 using internal::WriterMutexLock;