Home
last modified time | relevance | path

Searched refs:suppress_reports (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp823 thr->suppress_reports++; in ForkBefore()
839 thr->suppress_reports--; // Enabled in ForkBefore. in ForkAfter()
870 thr->suppress_reports++; in ForkChildAfter()
H A Dtsan_rtl_report.cpp138 if (!flags()->report_bugs || thr->suppress_reports) in ShouldReport()
635 CHECK(!thr->suppress_reports); in OutputReport()
H A Dtsan_rtl.h184 int suppress_reports; member
H A Dtsan_interceptors_posix.cpp314 thr_->suppress_reports++; in EnableIgnoresImpl()
325 thr_->suppress_reports--; in DisableIgnoresImpl()