/aosp_15_r20/external/regex-re2/util/ |
H A D | mutex.h | 92 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function 125 #define MutexLock(x) static_assert(false, "MutexLock declaration missing variable name") macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | mutex.h | 109 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function 142 #define MutexLock(x) static_assert(false, "MutexLock declaration missing variable name") macro
|
/aosp_15_r20/external/gflags/src/ |
H A D | mutex.h | 308 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock() function 341 #define MutexLock(x) COMPILE_ASSERT(0, mutex_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 | 534 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 541 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex.h | 534 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 541 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex.h | 527 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 534 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 532 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 539 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 583 explicit MutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 590 explicit MutexLock(Mutex* mu, const Condition& cond) in MutexLock() function
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 584 explicit MutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 591 explicit MutexLock(Mutex* mu, const Condition& cond) in MutexLock() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 584 explicit MutexLock(Mutex* mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 591 explicit MutexLock(Mutex* mu, const Condition& cond) in MutexLock() function
|
/aosp_15_r20/external/leveldb/util/ |
H A D | mutexlock.h | 25 explicit MutexLock(port::Mutex* mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | sync.h | 51 using MutexLock = absl::MutexLock; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | sync.h | 51 using MutexLock = absl::MutexLock; variable
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | sync.h | 51 using MutexLock = absl::MutexLock; variable
|
/aosp_15_r20/external/webrtc/rtc_base/synchronization/ |
H A D | mutex.h | 65 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | sync.h | 48 using MutexLock = absl::MutexLock; variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | sync.h | 48 using MutexLock = absl::MutexLock; variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-comma-operator.cpp | 197 class MutexLock { class
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | thread-safety-attrs.cpp | 43 class __attribute__((scoped_lockable)) MutexLock { class
|
/aosp_15_r20/art/runtime/base/ |
H A D | mutex.h | 513 MutexLock(Thread* self, Mutex& mu) ACQUIRE(mu) : self_(self), mu_(mu) { in MutexLock() function
|