Searched defs:WriterMutexLock (Results 1 – 4 of 4) sorted by relevance
115 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function127 #define WriterMutexLock(x) static_assert(false, "WriterMutexLock declaration missing variable name") macro
582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
127 typedef MutexLock WriterMutexLock; typedef
582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function