Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRWMutex.h178 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
180 template <bool mt_only> struct SmartScopedWriter { struct
183 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() function
187 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument