Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h241 union __sanitizer_pthread_attr_t { union
H A Dsanitizer_platform_limits_solaris.cpp193 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
H A Dsanitizer_platform_limits_freebsd.h290 union __sanitizer_pthread_attr_t { union
H A Dsanitizer_platform_limits_freebsd.cpp401 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
H A Dsanitizer_platform_limits_posix.h561 union __sanitizer_pthread_attr_t {
560 union __sanitizer_pthread_attr_t { global() union
H A Dsanitizer_platform_limits_posix.cpp989 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
H A Dsanitizer_platform_limits_netbsd.h274 } __sanitizer_pthread_attr_t; typedef
H A Dsanitizer_platform_limits_netbsd.cpp2514 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp451 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1167 __sanitizer_pthread_attr_t myattr; in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1040 __sanitizer_pthread_attr_t myattr; in TSAN_INTERCEPTOR()