Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Common/
DMutexLock.hpp27 class MutexLock class
30 MutexLock() in MutexLock() function in sw::MutexLock
172 using MutexLock = BackoffLock; typedef
/third_party/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
/third_party/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
/third_party/grpc/src/core/lib/gprpp/
Dsync.h46 using MutexLock = absl::MutexLock; variable
/third_party/skia/third_party/externals/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
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() function
/third_party/benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dmutex.h91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} in MutexLock() function
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h540 explicit MutexLock(Mutex *mu) ABSL_EXCLUSIVE_LOCK_FUNCTION(mu) : mu_(mu) { in MutexLock() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp341 struct MutexLock struct
344 MutexLock(D3D12MA_MUTEX& mutex, bool useMutex = true) : in MutexLock() function
352 ~MutexLock() in ~MutexLock()
360 D3D12MA_MUTEX* m_pMutex;