Home
last modified time | relevance | path

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

/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