Home
last modified time | relevance | path

Searched defs:ReaderMutexLock (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/util/
Dmutex.h104 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function
126 #define ReaderMutexLock(x) static_assert(false, "ReaderMutexLock declaration missing variable name") macro
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h555 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
559 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h126 typedef MutexLock ReaderMutexLock; typedef
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h561 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function