Home
last modified time | relevance | path

Searched defs:ScopedLock (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_mutex.h77 class ScopedLock; variable
183 void ConditionVariableBase<Traits>::Broadcast(const ScopedLock&) { in Broadcast()
188 void ConditionVariableBase<Traits>::Signal(const ScopedLock&) { in Signal()
218 MutexBase<Traits>::ScopedLock::ScopedLock(const MutexBase& mutex) in ScopedLock() function
224 MutexBase<Traits>::ScopedLock::ScopedLock(const ScopedUnlock& scoped_unlock) in ScopedLock() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeMutex.hpp61 class ScopedLock class
125 inline ScopedLock::ScopedLock (Mutex& mutex) in ScopedLock() function in de::ScopedLock
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp108 struct ScopedLock struct
110 dng_pthread_mutex_impl *mutex;
112 ScopedLock(dng_pthread_mutex_impl *arg) : mutex(arg) in ScopedLock() function
116 ScopedLock(dng_pthread_mutex_impl &arg) : mutex(&arg) in ScopedLock() function
120 ~ScopedLock() in ~ScopedLock()
126 ScopedLock(const ScopedLock &) { } in ScopedLock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h73 typedef SmartScopedLock<false> ScopedLock; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h154 typedef SmartScopedLock<false> ScopedLock; typedef