Home
last modified time | relevance | path

Searched defs:MutexLock (Results 1 – 5 of 5) 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/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/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp341 struct MutexLock struct
344 MutexLock(D3D12MA_MUTEX& mutex, bool useMutex = true) : in MutexLock() argument
352 ~MutexLock() in ~MutexLock()
360 D3D12MA_MUTEX* m_pMutex;