Home
last modified time | relevance | path

Searched defs:MutexLock (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/regex-re2/util/
H A Dmutex.h92 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/
Dmutex.h109 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 Dmutex.h308 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/
Dmutex.h534 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 Dmutex.h534 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 Dmutex.h527 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 Dmutex.h532 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 Dmutex.h583 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 Dmutex.h584 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 Dmutex.h584 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 Dmutexlock.h25 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/
Dsync.h51 using MutexLock = absl::MutexLock; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dsync.h51 using MutexLock = absl::MutexLock; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dsync.h51 using MutexLock = absl::MutexLock; variable
/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dmutex.h65 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/
Dsync.h48 using MutexLock = absl::MutexLock; variable
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dsync.h48 using MutexLock = absl::MutexLock; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dmutex.h147 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 Dmutex.h147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp197 class MutexLock { class
/aosp_15_r20/external/google-benchmark/src/
H A Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dmutex.h91 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 Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/aosp_15_r20/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp43 class __attribute__((scoped_lockable)) MutexLock { class
/aosp_15_r20/art/runtime/base/
H A Dmutex.h513 MutexLock(Thread* self, Mutex& mu) ACQUIRE(mu) : self_(self), mu_(mu) { in MutexLock() function

12