Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRWMutex.h186 using SmartScopedWriter = std::lock_guard<SmartRWMutex<mt_only>>; variable
188 template <bool mt_only> struct SmartScopedWriter { struct
191 explicit SmartScopedWriter(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedWriter() argument
195 ~SmartScopedWriter() { mutex.unlock(); } in ~SmartScopedWriter() argument