Home
last modified time | relevance | path

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

12

/external/swiftshader/src/Common/
DMutexLock.hpp27 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/
Dsync.h58 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/
Dsync.h71 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/
Dsync.h71 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/
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/llvm-project/compiler-rt/lib/safestack/
Dsafestack_util.h38 explicit MutexLock(pthread_mutex_t &mutex) : mutex_(&mutex) { in MutexLock() function
/external/ImageMagick/Magick++/lib/
DThread.cpp18 Magick::MutexLock::MutexLock(void) in MutexLock() function in Magick::MutexLock
/external/webrtc/rtc_base/synchronization/
Dmutex.h99 explicit MutexLock(Mutex* mutex) RTC_EXCLUSIVE_LOCK_FUNCTION(mutex) in MutexLock() function
/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/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/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/protobuf/src/google/protobuf/stubs/
Dmutex.h118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
/external/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-negative.cpp24 class SCOPED_LOCKABLE MutexLock { class
Dwarn-comma-operator.cpp259 class MutexLock { class
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp197 class MutexLock { class
/external/llvm-project/llvm/utils/benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/llvm-project/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/libcxx/utils/google-benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp43 class __attribute__((scoped_lockable)) MutexLock { class
/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h540 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
/external/abseil-cpp/absl/synchronization/
Dmutex.h541 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function

12