Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc386 event.ExpectReport(ReportTypeRace); in Access()
395 event.ExpectReport(ReportTypeRace); in VptrUpdate()
455 event.ExpectReport(ReportTypeRace); in Memcpy()
463 event.ExpectReport(ReportTypeRace); in Memset()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h22 ReportTypeRace, enumerator
Dtsan_suppressions.cc151 if (typ == ReportTypeRace) in IsSuppressed()
Dtsan_report.cc47 if (typ == ReportTypeRace) in ReportTypeString()
Dtsan_rtl_report.cc625 ScopedReport rep(freed ? ReportTypeUseAfterFree : ReportTypeRace); in ReportRace()