Home
last modified time | relevance | path

Searched refs:__sanitizer_pthread_attr_t (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc233 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h517 union __sanitizer_pthread_attr_t { union
Dsanitizer_platform_limits_posix.cc940 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1115 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc914 __sanitizer_pthread_attr_t myattr; in TSAN_INTERCEPTOR()