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.cc228 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h513 union __sanitizer_pthread_attr_t { union
Dsanitizer_platform_limits_posix.cc935 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1244 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc966 __sanitizer_pthread_attr_t myattr; in TSAN_INTERCEPTOR()