Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cpp129 void ThreadClock::ResetCached(ClockCache *c) { in ResetCached() function in __tsan::ThreadClock
185 ResetCached(c); in acquire()
228 ResetCached(c); in releaseStoreAcquire()
421 ResetCached(c); in set()
Dtsan_mman.cpp399 thr->clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
400 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in __tsan_on_thread_idle()
Dtsan_clock.h141 void ResetCached(ClockCache *c);
Dtsan_rtl_thread.cpp144 thr->clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()
146 thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache); in OnFinished()