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 569 Shadow s0(thr->racy_state[0]);
570 Shadow s1(thr->racy_state[1]);
595 Shadow s(thr->racy_state[1]);
597 thr->racy_state[1] = s.raw();
604 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0();
605 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0();
606 uptr e0 = a0 + Shadow(thr->racy_state[0]).size();
607 uptr e1 = a1 + Shadow(thr->racy_state[1]).size();
637 Shadow s2(thr->racy_state[1]);
648 Shadow s(thr->racy_state[i])
    [all...]
tsan_rtl.cc 565 thr->racy_state[0] = cur.raw();
566 thr->racy_state[1] = old.raw();
tsan_rtl.h 389 u64 racy_state[2]; member in struct:__tsan::ThreadState

Completed in 2556 milliseconds