Searched defs:ScopedLock (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeMutex.hpp57 * ScopedLock provides helper for maintaining Mutex lock for the duration
59 * when ScopedLock goes out of scope.
61 class ScopedLock class in namespace:de
64 ScopedLock (Mutex& mutex);
65 ~ScopedLock (void) { m_mutex.unlock(); }
68 ScopedLock (const ScopedLock& other); // Not allowed!
69 ScopedLock& operator= (const ScopedLock& other); // Not allowed!
119 // ScopedLock inlin
125 inline ScopedLock::ScopedLock (Mutex& mutex) function in class:de::ScopedLock
[all...]
/external/valgrind/drd/tests/
H A Dmonitor_example.cpp155 class ScopedLock class
158 ScopedLock(Monitor& m) function in class:ScopedLock
162 ~ScopedLock()
170 ScopedLock(const ScopedLock&);
171 ScopedLock& operator=(const ScopedLock&);
186 ScopedLock sl(m_monitor);
191 ScopedLock sl(m_monitor);
197 ScopedLock s
[all...]
/external/llvm/include/llvm/Support/
H A DMutex.h152 typedef SmartScopedLock<false> ScopedLock; typedef in namespace:llvm::sys

Completed in 173 milliseconds