reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
390 thr->clock.ResetCached(&thr->proc()->clock_cache);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp 636 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp420 thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch); 480 thr->clock.set(thr->fast_state.epoch()); 481 thr->clock.acquire(&thr->proc()->clock_cache, c); 488 thr->clock.set(thr->fast_state.epoch()); 490 thr->clock.release(&thr->proc()->clock_cache, c); 497 thr->clock.set(thr->fast_state.epoch()); 499 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c); 506 thr->clock.set(thr->fast_state.epoch()); 508 thr->clock.acq_rel(&thr->proc()->clock_cache, c);projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
144 thr->clock.ResetCached(&thr->proc()->clock_cache);