Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gprpp/
Dmutex_lock.h30 explicit MutexLock(gpr_mu* mu) : mu_(mu) { gpr_mu_lock(mu); } in MutexLock() function
/external/rust/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/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dsync.h52 using MutexLock = absl::MutexLock; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dsync.h52 using MutexLock = absl::MutexLock; variable
/external/ImageMagick/Magick++/lib/
DThread.cpp18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
/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/webrtc/rtc_base/synchronization/
Dmutex.h99 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h525 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/
Dmutex.h525 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/
Dmutex.h525 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/
Dmutex.h525 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/
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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dsync.h46 using MutexLock = absl::MutexLock; variable
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp197 class MutexLock { class
Dwarn-thread-safety-analysis.cpp46 class SCOPED_LOCKABLE MutexLock { class
/external/libcxx/utils/google-benchmark/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
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h540 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go50975 func MutexLock(scope *Scope, mutex tf.Output) (mutex_lock tf.Output) { func