Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRWMutex.h162 struct SmartScopedWriter { struct
165 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() argument
169 ~SmartScopedWriter() { in ~SmartScopedWriter() argument