HomeSort by: relevance | last modified time | path
    Searched refs:TidWithIgnore (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 629 return thr->clock.get(old.TidWithIgnore()) >= old.epoch();
716 old.TidWithIgnore() == cur.TidWithIgnore() &&
tsan_rtl.h 129 u64 TidWithIgnore() const {
235 DCHECK_EQ(shifted_xor == 0, s1.TidWithIgnore() == s2.TidWithIgnore());

Completed in 12 milliseconds