Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_update_shadow_word_inl.h40 if (HappensBefore(old, thr)) {
59 if (HappensBefore(old, thr))
Dtsan_rtl.cc575 static inline bool HappensBefore(Shadow old, ThreadState *thr) { in HappensBefore() function