Searched defs:SmartScopedWriter (Results 1 – 2 of 2) sorted by relevance
186 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable188 template <bool mt_only> struct SmartScopedWriter { struct191 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument195 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument
162 struct SmartScopedWriter { struct165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() function169 ~SmartScopedWriter() { in ~SmartScopedWriter() argument