Searched refs:racy_state (Results 1 – 3 of 3) sorted by relevance
569 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 …]
565 thr->racy_state[0] = cur.raw(); in HandleRace()566 thr->racy_state[1] = old.raw(); in HandleRace()
389 u64 racy_state[2]; member