Home
last modified time | relevance | path

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

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