reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

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_mutex.cpp
  420   thr->clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
  463   thr->last_sleep_clock.set(&thr->proc()->clock_cache, tctx->tid, epoch);
  481   thr->clock.acquire(&thr->proc()->clock_cache, c);
  490   thr->clock.release(&thr->proc()->clock_cache, c);
  499   thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
  508   thr->clock.acq_rel(&thr->proc()->clock_cache, c);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp
   38   ctx->clock_alloc.FlushCache(&proc->clock_cache);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
   44   sync.Reset(&caller_thr->proc()->clock_cache);
   77   sync.Reset(&thr1->proc()->clock_cache);
  119   sync.Reset(&thr->proc()->clock_cache);
  144   thr->clock.ResetCached(&thr->proc()->clock_cache);
  146   thr->last_sleep_clock.ResetCached(&thr->proc()->clock_cache);
projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
   50     clock.Reset(&proc->clock_cache);
   51     read_clock.Reset(&proc->clock_cache);