Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
719 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
H A Dtsan_rtl.h444 bool ShouldReport(ThreadState *thr, ReportType typ);
H A Dtsan_interceptors_posix.cpp2042 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp54 if (!ShouldReport(thr, typ)) in ReportMutexMisuse()
112 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) { in MutexDestroy()
530 if (r == 0 || !ShouldReport(thr, ReportTypeDeadlock)) in ReportDeadlock()
H A Dtsan_rtl_thread.cpp93 if (!ShouldReport(thr, ReportTypeThreadLeak)) in ThreadFinalize()
H A Dtsan_mman.cpp159 !ShouldReport(thr, ReportTypeSignalUnsafe)) in SignalUnsafeCall()
H A Dtsan_rtl_report.cpp130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() function
831 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
H A Dtsan_rtl.h390 bool ShouldReport(ThreadState *thr, ReportType typ);
H A Dtsan_interceptors_posix.cpp2038 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()