Home
last modified time | relevance | path

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

12

/external/regex-re2/util/
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
/external/leveldb/util/
Dmutexlock.h25 explicit MutexLock(port::Mutex* mu) EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
/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
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dsync.h51 using MutexLock = absl::MutexLock; variable
/external/grpc-grpc/include/grpcpp/impl/
Dsync.h51 using MutexLock = absl::MutexLock; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dsync.h51 using MutexLock = absl::MutexLock; variable
/external/webrtc/rtc_base/synchronization/
Dmutex.h65 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dsync.h48 using MutexLock = absl::MutexLock; variable
/external/grpc-grpc/src/core/lib/gprpp/
Dsync.h48 using MutexLock = absl::MutexLock; variable
/external/gflags/src/
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
/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
/external/openscreen/third_party/abseil/src/absl/synchronization/
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
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h147 explicit MutexLock(Mutex* mu) GOOGLE_PROTOBUF_ACQUIRE(mu) : mu_(mu) { in MutexLock() function
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
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
/external/angle/third_party/abseil-cpp/absl/synchronization/
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
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
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
/external/abseil-cpp/absl/synchronization/
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
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp197 class MutexLock { class
/external/cronet/stable/third_party/google_benchmark/src/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/libcxx/utils/google-benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/cronet/tot/third_party/google_benchmark/src/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/google-benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/clang/test/PCH/
Dthread-safety-attrs.cpp43 class __attribute__((scoped_lockable)) MutexLock { class

12