Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cpp54 if (!ShouldReport(thr, typ)) in ReportMutexMisuse()
109 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) { in MutexDestroy()
522 if (r == 0 || !ShouldReport(thr, ReportTypeDeadlock)) in ReportDeadlock()
Dtsan_rtl_report.cpp128 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() function
605 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
Dtsan_mman.cpp145 !ShouldReport(thr, ReportTypeSignalUnsafe)) in SignalUnsafeCall()
Dtsan_rtl_thread.cpp207 if (!ShouldReport(thr, ReportTypeThreadLeak)) in ThreadFinalize()
Dtsan_rtl.h616 bool ShouldReport(ThreadState *thr, ReportType typ);
Dtsan_interceptors_posix.cpp1988 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()