Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DRWMutex.h158 struct SmartScopedWriter { struct
161 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) { in SmartScopedWriter() argument
165 ~SmartScopedWriter() { in ~SmartScopedWriter() argument
169 typedef SmartScopedWriter<false> ScopedWriter;
/external/llvm/lib/VMCore/
DFunction.cpp277 sys::SmartScopedWriter<true> Writer(*GCLock); in setGC()
286 sys::SmartScopedWriter<true> Writer(*GCLock); in clearGC()