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

References

projects/compiler-rt/lib/tsan/rtl/tsan_clock.cpp
  160       u64 epoch = src_elem.epoch;
  199   if (dst->elem(tid_).epoch > last_acquire_) {
  218     ce.epoch = max(ce.epoch, clk_[i]);
  218     ce.epoch = max(ce.epoch, clk_[i]);
  272       dst->elem(tid_).epoch > last_acquire_) {
  285     ce.epoch = clk_[i];
  334   dst->elem(tid_).epoch = clk_[tid_];
  450       elem(dirty->tid).epoch = dirty->epoch;
  554   return elem(tid).epoch;
  559   return elem(tid).epoch;
  565     printf("%s%llu", i == 0 ? "" : ",", elem(i).epoch);