Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp142 ScopedErrorReportLock l; in ReportMmapWriteExec()
289 ScopedErrorReportLock rl; in HandleDeadlySignal()
298 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
299 StaticSpinMutex ScopedErrorReportLock::mutex_;
301 void ScopedErrorReportLock::Lock() { in Lock()
330 void ScopedErrorReportLock::Unlock() { in Unlock()
335 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h253 class ScopedErrorReportLock {
255 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function
256 ~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/ubsan/
H A Dubsan_diag.h225 ScopedErrorReportLock report_lock_;
235 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp510 ScopedErrorReportLock l2; in BackgroundThread()
780 ScopedErrorReportLock lock; in Finalize()
815 ScopedErrorReportLock::Lock(); in ForkBefore()
839 ScopedErrorReportLock::Unlock(); in ForkAfter()
H A Dtsan_rtl.h443 ScopedErrorReportLock lock_;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp207 ScopedErrorReportLock error_report_lock_;