Searched defs:shifted_xor (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h212 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift; local
213 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());
214 return shifted_xor == 0;

Completed in 113 milliseconds