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

  /external/llvm/include/llvm/Support/
RWMutex.h 143 struct SmartScopedReader {
146 explicit SmartScopedReader(SmartRWMutex<mt_only>& m) : mutex(m) {
150 ~SmartScopedReader() {
154 typedef SmartScopedReader<false> ScopedReader;
  /external/llvm/lib/VMCore/
Function.cpp 267 sys::SmartScopedReader<true> Reader(*GCLock);
273 sys::SmartScopedReader<true> Reader(*GCLock);

Completed in 41 milliseconds