Searched defs:ScopedLock (Results 1 – 5 of 5) sorted by relevance
77 class ScopedLock; variable183 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() function224 MutexBase<Traits>::ScopedLock::ScopedLock(const ScopedUnlock& scoped_unlock) in ScopedLock() function
61 class ScopedLock class125 inline ScopedLock::ScopedLock (Mutex& mutex) in ScopedLock() function in de::ScopedLock
108 struct ScopedLock struct110 dng_pthread_mutex_impl *mutex;112 ScopedLock(dng_pthread_mutex_impl *arg) : mutex(arg) in ScopedLock() function116 ScopedLock(dng_pthread_mutex_impl &arg) : mutex(&arg) in ScopedLock() function120 ~ScopedLock() in ~ScopedLock()126 ScopedLock(const ScopedLock &) { } in ScopedLock() function
73 typedef SmartScopedLock<false> ScopedLock; typedef
154 typedef SmartScopedLock<false> ScopedLock; typedef