Searched defs:ReaderMutexLock (Results 1 – 4 of 4) sorted by relevance
104 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function126 #define ReaderMutexLock(x) static_assert(false, "ReaderMutexLock declaration missing variable name") macro
555 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
126 typedef MutexLock ReaderMutexLock; typedef
561 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function