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.cpp146 ScopedErrorReportLock l; in ReportMmapWriteExec()
293 ScopedErrorReportLock rl; in HandleDeadlySignal()
302 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
303 StaticSpinMutex ScopedErrorReportLock::mutex_;
305 void ScopedErrorReportLock::Lock() { in Lock()
334 void ScopedErrorReportLock::Unlock() { in Unlock()
339 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h252 class ScopedErrorReportLock {
254 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function
255 ~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(); }
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp511 ScopedErrorReportLock l2; in BackgroundThread()
781 ScopedErrorReportLock lock; in Finalize()
816 ScopedErrorReportLock::Lock(); in ForkBefore()
843 ScopedErrorReportLock::Unlock(); in ForkAfter()
H A Dtsan_rtl.h443 ScopedErrorReportLock lock_;
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp208 ScopedErrorReportLock error_report_lock_;