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.cc519 ReportRace(cur_thread()); in __tsan_report_race()
549 ReportRace(thr); in HandleRace()
Dtsan_rtl.h588 void ReportRace(ThreadState *thr);
Dtsan_rtl_report.cc565 void ReportRace(ThreadState *thr) { in ReportRace() function