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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_update_shadow_word.inc36 if (HappensBefore(old, thr)) {
53 if (LIKELY(HappensBefore(old, thr)))
H A Dtsan_rtl_access.cpp170 static inline bool HappensBefore(Shadow old, ThreadState *thr) { function in namespace:__tsan
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h40 if (HappensBefore(old, thr)) {
59 if (HappensBefore(old, thr))
H A Dtsan_rtl.cc628 static inline bool HappensBefore(Shadow old, ThreadState *thr) { function in namespace:__tsan
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_update_shadow_word_inl.h38 if (HappensBefore(old, thr)) {
57 if (HappensBefore(old, thr))
H A Dtsan_rtl.cc624 static inline bool HappensBefore(Shadow old, ThreadState *thr) { function in namespace:__tsan

Completed in 116 milliseconds