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

  /external/llvm/lib/Support/
Timer.cpp 39 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
83 sys::SmartScopedLock<true> Lock(*TimerLock);
197 sys::SmartScopedLock<true> L(*TimerLock);
217 sys::SmartScopedLock<true> L(*TimerLock);
238 /// TimerGroup ctor/dtor and is protected by the TimerLock lock.
245 sys::SmartScopedLock<true> L(*TimerLock);
260 sys::SmartScopedLock<true> L(*TimerLock);
268 sys::SmartScopedLock<true> L(*TimerLock);
291 sys::SmartScopedLock<true> L(*TimerLock);
352 sys::SmartScopedLock<true> L(*TimerLock);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 42 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
211 sys::SmartScopedLock<true> L(*TimerLock);
231 sys::SmartScopedLock<true> L(*TimerLock);
252 /// TimerGroup ctor/dtor and is protected by the TimerLock lock.
259 sys::SmartScopedLock<true> L(*TimerLock);
274 sys::SmartScopedLock<true> L(*TimerLock);
282 sys::SmartScopedLock<true> L(*TimerLock);
306 sys::SmartScopedLock<true> L(*TimerLock);
369 sys::SmartScopedLock<true> L(*TimerLock);
389 sys::SmartScopedLock<true> L(*TimerLock);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Timer.cpp 41 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
194 sys::SmartScopedLock<true> L(*TimerLock);
224 /// ctor/dtor and is protected by the TimerLock lock.
231 sys::SmartScopedLock<true> L(*TimerLock);
255 sys::SmartScopedLock<true> L(*TimerLock);
263 sys::SmartScopedLock<true> L(*TimerLock);
286 sys::SmartScopedLock<true> L(*TimerLock);
362 sys::SmartScopedLock<true> L(*TimerLock);
372 sys::SmartScopedLock<true> L(*TimerLock);
390 sys::SmartScopedLock<true> L(*TimerLock);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 39 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
82 sys::SmartScopedLock<true> Lock(*TimerLock);
200 sys::SmartScopedLock<true> L(*TimerLock);
230 /// ctor/dtor and is protected by the TimerLock lock.
237 sys::SmartScopedLock<true> L(*TimerLock);
252 sys::SmartScopedLock<true> L(*TimerLock);
260 sys::SmartScopedLock<true> L(*TimerLock);
283 sys::SmartScopedLock<true> L(*TimerLock);
355 sys::SmartScopedLock<true> L(*TimerLock);
365 sys::SmartScopedLock<true> L(*TimerLock);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 476 mutable GlobalLockType TimerLock;
544 return LockedPtr<TimerList>(&Timers, &TimerLock);

Completed in 3082 milliseconds