Home
last modified time | relevance | path

Searched refs:TimerLock (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimer.cpp41 static ManagedStatic<sys::SmartMutex<true> > TimerLock; variable
200 sys::SmartScopedLock<true> L(*TimerLock); in get()
237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup()
261 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup()
269 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer()
292 sys::SmartScopedLock<true> L(*TimerLock); in addTimer()
372 sys::SmartScopedLock<true> L(*TimerLock); in print()
382 sys::SmartScopedLock<true> L(*TimerLock); in clear()
388 sys::SmartScopedLock<true> L(*TimerLock); in printAll()
395 sys::SmartScopedLock<true> L(*TimerLock); in clearAll()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp39 static ManagedStatic<sys::SmartMutex<true> > TimerLock; variable
82 sys::SmartScopedLock<true> Lock(*TimerLock); in getDefaultTimerGroup()
200 sys::SmartScopedLock<true> L(*TimerLock); in get()
237 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup()
252 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup()
260 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer()
283 sys::SmartScopedLock<true> L(*TimerLock); in addTimer()
355 sys::SmartScopedLock<true> L(*TimerLock); in print()
365 sys::SmartScopedLock<true> L(*TimerLock); in printAll()
396 sys::SmartScopedLock<true> L(*TimerLock); in printAllJSONValues()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h470 mutable GlobalLockType TimerLock; variable
534 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()