Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp146 ScopedErrorReportLock l; in ReportMmapWriteExec()
296 ScopedErrorReportLock rl; in HandleDeadlySignal()
305 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
306 StaticSpinMutex ScopedErrorReportLock::mutex_;
308 void ScopedErrorReportLock::Lock() { in Lock()
337 void ScopedErrorReportLock::Unlock() { in Unlock()
342 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h254 class ScopedErrorReportLock {
256 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function
257 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); } in SANITIZER_RELEASE()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp105 ScopedErrorReportLock l; in ReportUMR()
119 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()
126 ScopedErrorReportLock l; in ReportStats()
144 ScopedErrorReportLock l; in ReportAtExitStatistics()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_diagnostics.cpp83 ScopedErrorReportLock::CheckLocked(); in PrintDiagnostics()
93 ScopedErrorReportLock::CheckLocked(); in PrintErrorSummary()
H A Drtsan_stats.cpp51 ScopedErrorReportLock l; in PrintStatisticsSummary()
H A Drtsan.cpp62 ScopedErrorReportLock l; in OnViolation()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h225 ScopedErrorReportLock report_lock_;
235 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); }
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp511 ScopedErrorReportLock l2; in BackgroundThread()
801 ScopedErrorReportLock lock; in Finalize()
837 ScopedErrorReportLock::Lock(); in ForkBefore()
864 ScopedErrorReportLock::Unlock(); in ForkAfter()
H A Dtsan_rtl.h446 ScopedErrorReportLock lock_;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp236 ScopedErrorReportLock error_report_lock_;