/aosp_15_r20/external/regex-re2/util/ |
H A D | mutex.h | 104 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/ |
D | mutex.h | 121 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 D | mutex.h | 320 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/ |
D | mutex.h | 564 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 D | mutex.h | 564 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 D | mutex.h | 557 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 D | mutex.h | 562 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 D | mutex.h | 613 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 D | mutex.h | 614 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 D | mutex.h | 614 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 D | mutex.h | 158 typedef MutexLock ReaderMutexLock; typedef
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 158 typedef MutexLock ReaderMutexLock; typedef
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex-inl.h | 313 inline ReaderMutexLock::ReaderMutexLock(Thread* self, ReaderWriterMutex& mu) in ReaderMutexLock() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | thread-safety-attrs.cpp | 49 class __attribute__((scoped_lockable)) ReaderMutexLock { class
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-thread-safety-analysis.cpp | 53 class SCOPED_LOCKABLE ReaderMutexLock { class
|