Searched defs:ScopedLock (Results 1 – 4 of 4) sorted by relevance
23 struct ScopedLock { in ~ScopedLock() argument 21 struct ScopedLock { global() struct 22 ScopedLockLIBC_NAMESPACE::__anone3146e9d0111::ScopedLock ScopedLock() argument 26 streamLIBC_NAMESPACE::__anone3146e9d0111::ScopedLock global() argument
32 explicit ScopedLock(Mutex &Mx) : Mu(Mx) { Mu.lock(); } in ScopedLock() function
71 typedef SmartScopedLock<false> ScopedLock; typedef
85 explicit ScopedLock(HybridMutex &M) ACQUIRE(M) : Mutex(M) { Mutex.lock(); } in ScopedLock() function