Searched refs:GetReport (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cc | 122 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 D | tsan_rtl_mutex.cc | 152 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 D | tsan_rtl_report.cc | 372 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 D | tsan_rtl.h | 596 const ReportDesc *GetReport() const;
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cc | 56 DDReport *GetReport(DDCallback *cb) override; 187 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|
| H A D | sanitizer_deadlock_detector_interface.h | 88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; } in GetReport() function
|
| H A D | sanitizer_deadlock_detector2.cc | 100 DDReport *GetReport(DDCallback *cb); 416 DDReport *DD::GetReport(DDCallback *cb) { in GetReport() function in __sanitizer::DD
|