Home
last modified time | relevance | path

Searched refs:ScopedErrorReportLock (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc96 ScopedErrorReportLock l; in ReportMmapWriteExec()
232 ScopedErrorReportLock rl; in HandleDeadlySignal()
244 ScopedErrorReportLock::ScopedErrorReportLock() { in ScopedErrorReportLock() function in __sanitizer::ScopedErrorReportLock
273 ScopedErrorReportLock::~ScopedErrorReportLock() { in ~ScopedErrorReportLock()
278 void ScopedErrorReportLock::CheckLocked() { in CheckLocked()
H A Dsanitizer_allocator_report.cc38 ScopedErrorReportLock lock;
H A Dsanitizer_common.h201 class ScopedErrorReportLock {
203 ScopedErrorReportLock();
204 ~ScopedErrorReportLock();
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_report.cc102 ScopedErrorReportLock l; in ReportUMR()
116 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()
123 ScopedErrorReportLock l; in ReportStats()
141 ScopedErrorReportLock l; in ReportAtExitStatistics()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.h249 ScopedErrorReportLock report_lock_;
259 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc217 ScopedErrorReportLock l2; in BackgroundThread()
445 { ScopedErrorReportLock l; } in Finalize()
H A Dtsan_rtl.h620 ScopedErrorReportLock lock_;
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc60 ScopedErrorReportLock error_report_lock_;
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc202 ScopedErrorReportLock error_report_lock_;