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

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

Completed in 66 milliseconds