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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h87 x_ = tid << kTidShift;
103 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
108 u64 res = x_ >> kTidShift;
153 static const int kTidShift = 64 - kTidBits - 1; member in class:__tsan::FastState
212 u64 shifted_xor = (s1.x_ ^ s2.x_) >> kTidShift;

Completed in 654 milliseconds