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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp646 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
746 old.TidWithIgnore() == cur.TidWithIgnore() &&
H A Dtsan_rtl.h121 u64 TidWithIgnore() const { function in class:__tsan::FastState
227 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());

Completed in 116 milliseconds