HomeSort by relevance Sort by last modified time
    Searched refs:SmartScopedWriter (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
RWMutex.h 158 struct SmartScopedWriter {
161 explicit SmartScopedWriter(SmartRWMutex<mt_only>& m) : mutex(m) {
165 ~SmartScopedWriter() {
169 typedef SmartScopedWriter<false> ScopedWriter;
  /external/llvm/lib/VMCore/
Function.cpp 278 sys::SmartScopedWriter<true> Writer(*GCLock);
287 sys::SmartScopedWriter<true> Writer(*GCLock);

Completed in 151 milliseconds