Searched defs:ScopedLock (Results 1 – 1 of 1) sorted by relevance
117 class ScopedLock { class in PtrRWMutex119 constexpr ScopedLock() : mMutex(nullptr), mIsWriter(false) {} in ScopedLock() function in PtrRWMutex::ScopedLock121 ScopedLock(PtrRWMutex& m, bool write = true) : mMutex(nullptr) { in ScopedLock() function in PtrRWMutex::ScopedLock405 using ScopedLock = ArenaPtrRWMutex::ScopedLock; typedef in ArenaTable