HomeSort by: relevance | last modified time | path
    Searched refs:TidsAreEqual (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_update_shadow_word.inc 29 if (LIKELY(Shadow::TidsAreEqual(old, cur))) {
49 if (Shadow::TidsAreEqual(old, cur))
tsan_shadow.h 135 static inline bool TidsAreEqual(const Shadow s1, const Shadow s2) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_update_shadow_word_inl.h 33 if (Shadow::TidsAreEqual(old, cur)) {
52 if (Shadow::TidsAreEqual(old, cur)) {
tsan_rtl.h 233 static inline bool TidsAreEqual(const Shadow s1, const Shadow s2) {

Completed in 17 milliseconds