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.cc618 Shadow s0(thr->racy_state[0]); in RaceBetweenAtomicAndFree()
619 Shadow s1(thr->racy_state[1]); in RaceBetweenAtomicAndFree()
644 Shadow s(thr->racy_state[1]); in ReportRace()
646 thr->racy_state[1] = s.raw(); in ReportRace()
653 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0(); in ReportRace()
654 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0(); in ReportRace()
655 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); in ReportRace()
656 uptr e1 = a1 + Shadow(thr->racy_state[1]).size(); in ReportRace()
681 Shadow s2(thr->racy_state[1]); in ReportRace()
690 Shadow s(thr->racy_state[i]); in ReportRace()
[all …]
Dtsan_rtl.cc518 thr->racy_state[0] = cur.raw(); in HandleRace()
519 thr->racy_state[1] = old.raw(); in HandleRace()
Dtsan_rtl.h349 u64 racy_state[2]; member