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.cc553 Shadow s0(thr->racy_state[0]); in RaceBetweenAtomicAndFree()
554 Shadow s1(thr->racy_state[1]); in RaceBetweenAtomicAndFree()
579 Shadow s(thr->racy_state[1]); in ReportRace()
581 thr->racy_state[1] = s.raw(); in ReportRace()
588 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0(); in ReportRace()
589 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0(); in ReportRace()
590 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); in ReportRace()
591 uptr e1 = a1 + Shadow(thr->racy_state[1]).size(); in ReportRace()
618 Shadow s2(thr->racy_state[1]); in ReportRace()
627 Shadow s(thr->racy_state[i]); in ReportRace()
[all …]
Dtsan_rtl.cc543 thr->racy_state[0] = cur.raw(); in HandleRace()
544 thr->racy_state[1] = old.raw(); in HandleRace()
Dtsan_rtl.h358 u64 racy_state[2]; member