Home
last modified time | relevance | path

Searched refs:ReportTypeRace (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc444 event.ExpectReport(ReportTypeRace); in Access()
453 event.ExpectReport(ReportTypeRace); in VptrUpdate()
513 event.ExpectReport(ReportTypeRace); in Memcpy()
521 event.ExpectReport(ReportTypeRace); in Memset()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h23 ReportTypeRace, enumerator
Dtsan_suppressions.cc69 if (typ == ReportTypeRace) in conv()
Dtsan_report.cc85 if (typ == ReportTypeRace) in ReportTypeString()
430 if (rep->typ == ReportTypeRace) { in PrintReport()
Dtsan_debugging.cc21 if (typ == ReportTypeRace) return "data-race"; in ReportTypeDescription()
Dtsan_rtl_report.cc614 ReportType typ = ReportTypeRace; in ReportRace()