Searched refs:ShouldReport (Results 1 – 6 of 6) sorted by relevance
54 if (!ShouldReport(thr, typ)) in ReportMutexMisuse()109 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) { in MutexDestroy()522 if (r == 0 || !ShouldReport(thr, ReportTypeDeadlock)) in ReportDeadlock()
128 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() function605 if (!ShouldReport(thr, ReportTypeRace)) in ReportRace()
145 !ShouldReport(thr, ReportTypeSignalUnsafe)) in SignalUnsafeCall()
207 if (!ShouldReport(thr, ReportTypeThreadLeak)) in ThreadFinalize()
616 bool ShouldReport(ThreadState *thr, ReportType typ);
1988 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()