Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h496 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old,
HDtsan_rtl_access.cpp166 ReportRace(thr, shadow_mem, cur, Shadow(old), typ); in DoReportRace()
HDtsan_rtl_report.cpp708 void ReportRace(ThreadState *thr, RawShadow *shadow_mem, Shadow cur, Shadow old, in ReportRace() function