Home
last modified time | relevance | path

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

/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