HomeSort by relevance Sort by last modified time
    Searched refs:racy_state (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 558 Shadow s0(thr->racy_state[0]);
559 Shadow s1(thr->racy_state[1]);
584 Shadow s(thr->racy_state[1]);
586 thr->racy_state[1] = s.raw();
593 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0();
594 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0();
595 uptr e0 = a0 + Shadow(thr->racy_state[0]).size();
596 uptr e1 = a1 + Shadow(thr->racy_state[1]).size();
626 Shadow s2(thr->racy_state[1]);
637 Shadow s(thr->racy_state[i])
    [all...]
tsan_rtl.cc 557 thr->racy_state[0] = cur.raw();
558 thr->racy_state[1] = old.raw();
tsan_rtl.h 359 u64 racy_state[2]; member in struct:__tsan::ThreadState

Completed in 60 milliseconds