Searched defs:WriterMutexLock (Results 1 – 12 of 12) 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
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
591 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function596 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
159 typedef MutexLock WriterMutexLock; typedef
641 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function646 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function
640 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function645 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function