Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_update_shadow_word_inl.h36 if (HappensBefore(old, thr)) {
53 if (LIKELY(HappensBefore(old, thr)))
Dtsan_rtl.cpp685 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore() function