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.cc541 ReportRace(cur_thread()); in __tsan_report_race()
571 ReportRace(thr); in HandleRace()
Dtsan_rtl.h630 void ReportRace(ThreadState *thr);
Dtsan_rtl_report.cc581 void ReportRace(ThreadState *thr) { in ReportRace() function