Searched defs:WriterMutexLock (Results 1 – 9 of 9) sorted by relevance
132 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function144 #define WriterMutexLock(x) static_assert(false, "WriterMutexLock declaration missing variable name") macro
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
582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
584 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function589 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
583 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function