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

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc568 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
655 old.TidWithIgnore() == cur.TidWithIgnore() &&
H A Dtsan_rtl.h114 u64 TidWithIgnore() const { function in class:__tsan::FastState
220 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());

Completed in 101 milliseconds