Lines Matching refs:sys
41 static ManagedStatic<sys::SmartMutex<true> > TimerLock;
68 OutputFilename, EC, sys::fs::F_Append | sys::fs::F_Text); in CreateInfoOutputFile()
111 return sys::Process::GetMallocUsage(); in getMemUsage()
117 sys::TimePoint<> now; in getCurrentTime()
118 std::chrono::nanoseconds user, sys; in getCurrentTime() local
122 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
124 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
130 Result.SystemTime = Seconds(sys).count(); in getCurrentTime()
194 sys::SmartScopedLock<true> L(*TimerLock); in get()
231 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup()
255 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup()
263 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer()
286 sys::SmartScopedLock<true> L(*TimerLock); in addTimer()
361 sys::SmartScopedLock<true> L(*TimerLock); in print()
371 sys::SmartScopedLock<true> L(*TimerLock); in clear()
377 sys::SmartScopedLock<true> L(*TimerLock); in printAll()
384 sys::SmartScopedLock<true> L(*TimerLock); in clearAll()
401 sys::SmartScopedLock<true> L(*TimerLock); in printJSONValues()
424 sys::SmartScopedLock<true> L(*TimerLock); in printAllJSONValues()