Searched refs:TidWithIgnore (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h107 u64 TidWithIgnore() const { function in class:__tsan::FastState
213 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());
H A Dtsan_rtl.cc529 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
633 old.TidWithIgnore() == cur.TidWithIgnore() &&

Completed in 45 milliseconds