reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 void ResetCached(ClockCache *c);
176 ResetCached(c); 363 ResetCached(c);projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
390 thr->clock.ResetCached(&thr->proc()->clock_cache); 391 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
144 thr->clock.ResetCached(&thr->proc()->clock_cache); 146 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);