Home
last modified time | relevance | path

Searched defs:SmartScopedReader (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.h169 using SmartScopedReader = const std::shared_lock<SmartRWMutex<mt_only>>; variable
171 template <bool mt_only> struct SmartScopedReader { struct
174 explicit SmartScopedReader(SmartRWMutex<mt_only> &m) : mutex(m) { in SmartScopedReader() function
178 ~SmartScopedReader() { mutex.unlock_shared(); } in ~SmartScopedReader() argument