| /external/swiftshader/src/Common/ |
| D | MutexLock.hpp | 27 class MutexLock class 30 MutexLock() in MutexLock() function in sw::MutexLock 172 using MutexLock = BackoffLock; typedef
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
| D | sync.h | 58 explicit MutexLock(Mutex* mu) : mu_(mu->get()) { gpr_mu_lock(mu_); } in MutexLock() function 59 explicit MutexLock(gpr_mu* mu) : mu_(mu) { gpr_mu_lock(mu_); } in MutexLock() function
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | sync.h | 71 explicit MutexLock(Mutex* mu) : mu_(mu->get()) { in MutexLock() function 74 explicit MutexLock(gpr_mu* mu) : mu_(mu) { in MutexLock() function
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | sync.h | 71 explicit MutexLock(Mutex* mu) : mu_(mu->get()) { in MutexLock() function 74 explicit MutexLock(gpr_mu* mu) : mu_(mu) { in MutexLock() function
|
| /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/llvm-project/compiler-rt/lib/safestack/ |
| D | safestack_util.h | 38 explicit MutexLock(pthread_mutex_t &mutex) : mutex_(&mutex) { in MutexLock() function
|
| /external/ImageMagick/Magick++/lib/ |
| D | Thread.cpp | 18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
|
| /external/webrtc/rtc_base/synchronization/ |
| D | mutex.h | 99 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
|
| /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/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/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/protobuf/src/google/protobuf/stubs/ |
| D | mutex.h | 118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | warn-thread-safety-negative.cpp | 24 class SCOPED_LOCKABLE MutexLock { class
|
| D | warn-comma-operator.cpp | 259 class MutexLock { class
|
| /external/clang/test/SemaCXX/ |
| D | warn-comma-operator.cpp | 197 class MutexLock { class
|
| /external/llvm-project/llvm/utils/benchmark/src/ |
| D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
| /external/llvm-project/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/libcxx/utils/google-benchmark/src/ |
| D | mutex.h | 91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
|
| /external/llvm-project/clang/test/PCH/ |
| D | thread-safety-attrs.cpp | 43 class __attribute__((scoped_lockable)) MutexLock { class
|
| /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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 540 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
|
| /external/abseil-cpp/absl/synchronization/ |
| D | mutex.h | 541 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
|