Home
last modified time | relevance | path

Searched refs:HappensBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_update_shadow_word_inl.h41 if (HappensBefore(old, thr)) {
62 if (LIKELY(HappensBefore(old, thr)))
HDtsan_rtl.cpp635 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore() function