Searched defs:ScopedLock (Results 1 – 5 of 5) sorted by relevance
61 class ScopedLock class125 inline ScopedLock::ScopedLock (Mutex& mutex) in ScopedLock() function in de::ScopedLock
81 class ScopedLock; variable238 void ConditionVariableBase<Traits>::Broadcast(const ScopedLock&) { in Broadcast()243 void ConditionVariableBase<Traits>::Signal(const ScopedLock&) { in Signal()283 MutexBase<Traits>::ScopedLock::ScopedLock(const MutexBase& mutex) in ScopedLock() function289 MutexBase<Traits>::ScopedLock::ScopedLock(const ScopedUnlock& scoped_unlock) in ScopedLock() function
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() argument
73 typedef SmartScopedLock<false> ScopedLock; typedef
154 typedef SmartScopedLock<false> ScopedLock; typedef