Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp102 ScopedErrorReportLock l; in ReportMmapWriteExec()
250 ScopedErrorReportLock rl; in HandleDeadlySignal()
259 atomic_uintptr_t ScopedErrorReportLock::reporting_thread_ = {0};
260 StaticSpinMutex ScopedErrorReportLock::mutex_;
262 void ScopedErrorReportLock::Lock() { in Lock()
291 void ScopedErrorReportLock::Unlock() { in Unlock()
296 void ScopedErrorReportLock::CheckLocked() { mutex_.CheckLocked(); } in CheckLocked()
H A Dsanitizer_allocator_report.cpp37 ScopedErrorReportLock lock;
H A Dsanitizer_common.h243 class ScopedErrorReportLock {
245 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); } in ScopedErrorReportLock() function
246 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); } in SANITIZER_RELEASE()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_report.cpp103 ScopedErrorReportLock l; in ReportUMR()
117 ScopedErrorReportLock l; in ReportExpectedUMRNotFound()
124 ScopedErrorReportLock l; in ReportStats()
142 ScopedErrorReportLock l; in ReportAtExitStatistics()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h245 ScopedErrorReportLock report_lock_;
255 static void CheckLocked() { ScopedErrorReportLock::CheckLocked(); } in CheckLocked()
/openbsd-src/gnu/llvm/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_;
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp207 ScopedErrorReportLock error_report_lock_;
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp80 ScopedErrorReportLock error_report_lock_;