Home
last modified time | relevance | path

Searched refs:ReportRace (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc227 TEST(ThreadSanitizer, ReportRace) { in TEST() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc533 ReportRace(cur_thread()); in __tsan_report_race()
563 ReportRace(thr); in HandleRace()
Dtsan_rtl.h597 void ReportRace(ThreadState *thr);
Dtsan_rtl_report.cc570 void ReportRace(ThreadState *thr) { in ReportRace() function