Searched refs:ShouldReport (Results 1 – 6 of 6) sorted by relevance
56 if (!ShouldReport(thr, typ)) in ReportMutexMisuse()134 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) in MutexDestroy()529 if (r == 0 || !ShouldReport(thr, ReportTypeDeadlock)) in ReportDeadlock()
89 if (!ShouldReport(thr, ReportTypeThreadLeak)) in ThreadFinalize()
165 !ShouldReport(thr, ReportTypeSignalUnsafe)) in SignalUnsafeCall()
130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() function718 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
446 bool ShouldReport(ThreadState *thr, ReportType typ);
2139 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()