Home
last modified time | relevance | path

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

/aosp_15_r20/external/regex-re2/util/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/gflags/src/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A 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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex.h562 explicit ReaderMutexLock(Mutex *mu) ABSL_SHARED_LOCK_FUNCTION(mu) : mu_(mu) { in ReaderMutexLock() function
566 explicit ReaderMutexLock(Mutex *mu, const Condition &cond) in ReaderMutexLock() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A 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
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A 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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A 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
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dmutex.h158 typedef MutexLock ReaderMutexLock; typedef
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dmutex.h158 typedef MutexLock ReaderMutexLock; typedef
/aosp_15_r20/art/runtime/base/
H A Dmutex-inl.h313 inline ReaderMutexLock::ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) in ReaderMutexLock() function
/aosp_15_r20/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp53 class SCOPED_LOCKABLE ReaderMutexLock { class