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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_clock.h
  131   void set(ClockCache *c, unsigned tid, u64 v);

References

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);