Home
last modified time | relevance | path

Searched refs:GetReport (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc122 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeLock()
135 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexAfterLock()
146 ReportDeadlock(thr, ctx->dd->GetReport(&cb)); in MutexBeforeUnlock()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc152 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreLock()
210 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostLock()
252 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexUnlock()
265 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPreReadLock()
305 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexPostReadLock()
337 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadUnlock()
384 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb)); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; } in GetReport() function in __tsan::ScopedReportBase
507 const ReportDesc *rep = srep.GetReport(); in OutputReport()
522 FiredSuppression s = {srep.GetReport()->typ, pc_or_addr, supp}; in OutputReport()
H A Dtsan_rtl.h596 const ReportDesc *GetReport() const;
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc56 DDReport *GetReport(DDCallback *cb) override;
187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
H A Dsanitizer_deadlock_detector2.cc100 DDReport *GetReport(DDCallback *cb);
416 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD