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 611 Shadow s0(thr->racy_state[0]);
612 Shadow s1(thr->racy_state[1]);
633 Shadow s(thr->racy_state[1]);
635 thr->racy_state[1] = s.raw();
642 uptr a0 = addr + Shadow(thr->racy_state[0]).addr0();
643 uptr a1 = addr + Shadow(thr->racy_state[1]).addr0();
644 uptr e0 = a0 + Shadow(thr->racy_state[0]).size();
645 uptr e1 = a1 + Shadow(thr->racy_state[1]).size();
671 Shadow s2(thr->racy_state[1]);
680 Shadow s(thr->racy_state[i])
    [all...]
tsan_rtl.cc 374 thr->racy_state[0] = cur.raw();
375 thr->racy_state[1] = old.raw();
tsan_rtl.h 416 u64 racy_state[2]; member in struct:__tsan::ThreadState

Completed in 56 milliseconds