Searched defs:WriterMutexLock (Results 1 – 2 of 2) sorted by relevance
93 typedef MutexLock WriterMutexLock; typedef
331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function343 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro