Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp96 ScopedErrorReportLock l; in ReportMmapWriteExec()
244 ScopedErrorReportLock rl; in HandleDeadlySignal()
256 ScopedErrorReportLock::ScopedErrorReportLock() { in ScopedErrorReportLock() function in __sanitizer::ScopedErrorReportLock
285 ScopedErrorReportLock::~ScopedErrorReportLock() { in ~ScopedErrorReportLock()
290 void ScopedErrorReportLock::CheckLocked() { in CheckLocked()
Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
Dsanitizer_common.h229 class ScopedErrorReportLock {
231 ScopedErrorReportLock();
232 ~ScopedErrorReportLock();
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_report.cpp101 ScopedErrorReportLock l; in ReportUMR()
115 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()
122 ScopedErrorReportLock l; in ReportStats()
140 ScopedErrorReportLock l; in ReportAtExitStatistics()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.h245 ScopedErrorReportLock report_lock_;
255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp217 ScopedErrorReportLock l2; in BackgroundThread()
457 { ScopedErrorReportLock l; } in Finalize()
Dtsan_rtl.h624 ScopedErrorReportLock lock_;
/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp205 ScopedErrorReportLock error_report_lock_;
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp80 ScopedErrorReportLock error_report_lock_;