Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h187 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
189 template <bool mt_only> struct SmartScopedWriter { struct
192 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
196 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument