Home
last modified time | relevance | path

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

/third_party/re2/util/
Dmutex.h115 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
127 #define WriterMutexLock(x) static_assert(false, "WriterMutexLock declaration missing variable name") macro
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function
587 explicit WriterMutexLock(Mutex *mu, const Condition &cond) in WriterMutexLock() function
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h127 typedef MutexLock WriterMutexLock; typedef
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h582 explicit WriterMutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) in WriterMutexLock() function