Home
last modified time | relevance | path

Searched refs:ShouldReport (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp56 if (!ShouldReport(thr, typ)) in ReportMutexMisuse()
134 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) in MutexDestroy()
529 if (r == 0 || !ShouldReport(thr, ReportTypeDeadlock)) in ReportDeadlock()
H A Dtsan_rtl_thread.cpp89 if (!ShouldReport(thr, ReportTypeThreadLeak)) in ThreadFinalize()
H A Dtsan_mman.cpp165 !ShouldReport(thr, ReportTypeSignalUnsafe)) in SignalUnsafeCall()
H A Dtsan_rtl_report.cpp130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() function
718 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
H A Dtsan_rtl.h446 bool ShouldReport(ThreadState *thr, ReportType typ);
H A Dtsan_interceptors_posix.cpp2139 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()