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

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  520         &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ);
  768       atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) +
  768       atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) +
projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp
  177     if (atomic_load_relaxed(&suppressions_[i].hit_count))
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  553           atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed);
  569         atomic_fetch_add(&s->supp->hit_count, 1, memory_order_relaxed);
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
  100     atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed);
  138       atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
  153     hit_count += atomic_load_relaxed(&matched[i]->hit_count);
  157     Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count),