Home | History | Annotate | Download | only in tests

Lines Matching defs:ScopedLock

155 class ScopedLock
158 ScopedLock(Monitor& m)
162 ~ScopedLock()
170 ScopedLock(const ScopedLock&);
171 ScopedLock& operator=(const ScopedLock&);
186 ScopedLock sl(m_monitor);
191 ScopedLock sl(m_monitor);
197 ScopedLock sl(m_monitor);