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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h41 if (HappensBefore(old, thr)) {
62 if (LIKELY(HappensBefore(old, thr)))
H A Dtsan_rtl.cpp635 static inline bool HappensBefore(Shadow old, ThreadState *thr) { function in namespace:__tsan

Completed in 168 milliseconds