Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h121 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function
143 #define ReaderMutexLock(x) static_assert(false, "ReaderMutexLock declaration missing variable name") macro
/external/gflags/src/
Dmutex.h320 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function
342 #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) macro
/external/angle/third_party/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
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h557 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
561 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h126 typedef MutexLock ReaderMutexLock; typedef
/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
/external/clang/test/PCH/
Dthread-safety-attrs.cpp49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h561 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h561 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
/external/abseil-cpp/absl/synchronization/
Dmutex.h562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp53 class SCOPED_LOCKABLE ReaderMutexLock { class
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp39 class SCOPED_LOCKABLE ReaderMutexLock { class