HomeSort by: relevance | last modified time | path
    Searched refs:ReportDesc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 108 class ReportDesc {
121 ReportDesc();
122 ~ReportDesc();
125 ReportDesc(const ReportDesc&);
126 void operator = (const ReportDesc&);
130 void PrintReport(const ReportDesc *rep);
tsan_debugging.cc 63 return const_cast<ReportDesc*>(cur_thread()->current_report);
72 const ReportDesc *rep = (ReportDesc *)report;
87 const ReportDesc *rep = (ReportDesc *)report;
95 const ReportDesc *rep = (ReportDesc *)report;
106 const ReportDesc *rep = (ReportDesc *)report;
123 const ReportDesc *rep = (ReportDesc *)report
    [all...]
tsan_report.cc 49 ReportDesc::ReportDesc()
65 ReportDesc::~ReportDesc() {
281 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
314 void PrintReport(const ReportDesc *rep) {
455 void PrintReport(const ReportDesc *rep) {
tsan_defs.h 172 class ReportDesc;
tsan_rtl_report.cc 54 bool OnReport(const ReportDesc *rep, bool suppressed);
57 bool OnReport(const ReportDesc *rep, bool suppressed) {
64 void __tsan_on_report(const ReportDesc *rep) {
148 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc));
149 rep_ = new(mem) ReportDesc;
372 const ReportDesc *ScopedReportBase::GetReport() const { return rep_; }
507 const ReportDesc *rep = srep.GetReport();
tsan_rtl.h 454 const ReportDesc *current_report;
596 const ReportDesc *GetReport() const;
603 ReportDesc *rep_;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 58 bool OnReport(const ReportDesc *rep, bool suppressed) {

Completed in 15 milliseconds