Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp57 static sys::SmartMutex<true> &timerLock();
222 sys::SmartScopedLock<true> L(timerLock()); in get()
233 sys::SmartScopedLock<true> L(timerLock()); in getTimerGroup()
285 : TimerGroup(Name, Description, timerLock()) {} in TimerGroup()
309 sys::SmartScopedLock<true> L(timerLock()); in ~TimerGroup()
317 sys::SmartScopedLock<true> L(timerLock()); in removeTimer()
332 sys::SmartScopedLock<true> L(timerLock()); in addTimer()
414 sys::SmartScopedLock<true> L(timerLock()); in print()
424 sys::SmartScopedLock<true> L(timerLock()); in clear()
430 sys::SmartScopedLock<true> L(timerLock()); in printAll()
[all …]