Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cpp226 TEST_F(ThreadSanitizer, ReportRace) { in TEST_F() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h496 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old,
Dtsan_rtl_access.cpp166 ReportRace(thr, shadow_mem, cur, Shadow(old), typ); in DoReportRace()
Dtsan_rtl_report.cpp708 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old, in ReportRace() function