Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp96 ScopedErrorReportLock l; in ReportMmapWriteExec()
244 ScopedErrorReportLock rl; in HandleDeadlySignal()
253 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
254 StaticSpinMutex ScopedErrorReportLock::mutex_;
256 void ScopedErrorReportLock::Lock() { in Lock()
285 void ScopedErrorReportLock::Unlock() { in Unlock()
290 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h238 class ScopedErrorReportLock {
240 ScopedErrorReportLock() ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function
241 ~ScopedErrorReportLock() RELEASE(mutex_) { Unlock(); } in RELEASE()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp101 ScopedErrorReportLock l; in ReportUMR()
115 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()
122 ScopedErrorReportLock l; in ReportStats()
140 ScopedErrorReportLock l; in ReportAtExitStatistics()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h245 ScopedErrorReportLock report_lock_;
255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp240 ScopedErrorReportLock l2; in BackgroundThread()
491 { ScopedErrorReportLock l; } in Finalize()
531 ScopedErrorReportLock::Lock(); in ForkBefore()
546 ScopedErrorReportLock::Unlock(); in ForkParentAfter()
554 ScopedErrorReportLock::Unlock(); in ForkChildAfter()
H A Dtsan_rtl.h613 ScopedErrorReportLock lock_;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp205 ScopedErrorReportLock error_report_lock_;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp80 ScopedErrorReportLock error_report_lock_;