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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 107 u64 TidWithIgnore() const {
213 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());
tsan_rtl.cc 529 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
633 old.TidWithIgnore() == cur.TidWithIgnore() &&

Completed in 57 milliseconds