Searched refs:ReportRace (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 496 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old,
|
H A D | tsan_rtl_access.cpp | 166 ReportRace(thr, shadow_mem, cur, Shadow(old), typ); in DoReportRace()
|
H A D | tsan_rtl_report.cpp | 708 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old, in ReportRace() function
|