Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | |
tsan_rtl.h | 234 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift; local in function:__tsan::Shadow::TidsAreEqual 235 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore()); 236 return shifted_xor == 0; |
tsan_rtl.h | 234 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift; local in function:__tsan::Shadow::TidsAreEqual 235 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore()); 236 return shifted_xor == 0; |