/external/grpc-grpc/src/core/lib/gprpp/ |
D | mutex_lock.h | 30 explicit MutexLock(gpr_mu* mu) : mu_(mu) { gpr_mu_lock(mu); } in MutexLock() function
|
/external/rust/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
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | sync.h | 52 using MutexLock = absl::MutexLock; variable
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | sync.h | 52 using MutexLock = absl::MutexLock; variable
|
/external/ImageMagick/Magick++/lib/ |
D | Thread.cpp | 18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
|
/external/gflags/src/ |
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
|
/external/webrtc/rtc_base/synchronization/ |
D | mutex.h | 99 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 525 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 525 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.h | 525 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 525 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function 532 explicit MutexLock(Mutex *mu, const Condition &cond) in MutexLock() function
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
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
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | sync.h | 46 using MutexLock = absl::MutexLock; variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mutex.h | 118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
|
/external/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 197 class MutexLock { class
|
D | warn-thread-safety-analysis.cpp | 46 class SCOPED_LOCKABLE MutexLock { class
|
/external/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
/external/google-benchmark/src/ |
D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 43 class __attribute__((scoped_lockable)) MutexLock { class
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex.h | 540 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() function
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 50975 func MutexLock(scope *Scope, mutex tf.Output) (mutex_lock tf.Output) { func
|