Home
last modified time | relevance | path

Searched defs:SmartScopedWriter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRWMutex.h184 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
186 template <bool mt_only> struct SmartScopedWriter { struct
189 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
193 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument