Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dmutex.h104 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock() function
126 #define ReaderMutexLock(x) static_assert(false, "ReaderMutexLock declaration missing variable name") macro
/external/rust/android-crates-io/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/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h564 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
568 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/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h158 typedef MutexLock ReaderMutexLock; typedef
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h158 typedef MutexLock ReaderMutexLock; typedef
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h158 typedef MutexLock ReaderMutexLock; typedef
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dmutex.h614 explicit ReaderMutexLock(Mutex* mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
618 explicit ReaderMutexLock(Mutex* mu, const Condition& cond) in ReaderMutexLock() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.h613 explicit ReaderMutexLock(Mutex* mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
617 explicit ReaderMutexLock(Mutex* mu, const Condition& cond) in ReaderMutexLock() function
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dmutex.h614 explicit ReaderMutexLock(Mutex* mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
618 explicit ReaderMutexLock(Mutex* mu, const Condition& cond) in ReaderMutexLock() function
/external/abseil-cpp/absl/synchronization/
Dmutex.h614 explicit ReaderMutexLock(Mutex* mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
618 explicit ReaderMutexLock(Mutex* mu, const Condition& cond) in ReaderMutexLock() function
/external/clang/test/PCH/
Dthread-safety-attrs.cpp49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp53 class SCOPED_LOCKABLE ReaderMutexLock { class