Searched defs:WriterMutexLock (Results 1 – 12 of 12) 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
607 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function612 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
608 explicit WriterMutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function613 explicit WriterMutexLock(Mutex* mu, const Condition& cond) in WriterMutexLock() function
589 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function594 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
582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function