Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc569 Shadow s0(thr->racy_state[0]); in RaceBetweenAtomicAndFree()
570 Shadow s1(thr->racy_state[1]); in RaceBetweenAtomicAndFree()
595 Shadow s(thr->racy_state[1]); in ReportRace()
597 thr->racy_state[1] = s.raw(); in ReportRace()
604 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0(); in ReportRace()
605 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0(); in ReportRace()
606 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); in ReportRace()
607 uptr e1 = a1 + Shadow(thr->racy_state[1]).size(); in ReportRace()
637 Shadow s2(thr->racy_state[1]); in ReportRace()
648 Shadow s(thr->racy_state[i]); in ReportRace()
[all …]
Dtsan_rtl.cc565 thr->racy_state[0] = cur.raw(); in HandleRace()
566 thr->racy_state[1] = old.raw(); in HandleRace()
Dtsan_rtl.h389 u64 racy_state[2]; member