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

  /external/swiftshader/third_party/LLVM/lib/Support/
Statistic.cpp 63 static ManagedStatic<sys::SmartMutex<true> > StatLock;
70 sys::SmartScopedLock<true> Writer(*StatLock);
  /external/llvm/lib/Support/
Statistic.cpp 71 static ManagedStatic<sys::SmartMutex<true> > StatLock;
78 sys::SmartScopedLock<true> Writer(*StatLock);

Completed in 184 milliseconds