Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmutex.h93 typedef MutexLock WriterMutexLock; typedef
/external/gflags/src/
Dmutex.h331 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock() function
343 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) macro