Home
last modified time | relevance | path

Searched refs:pthread_t_sz (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h39 extern unsigned pthread_t_sz;
Dsanitizer_platform_limits_posix.cc214 unsigned pthread_t_sz = sizeof(pthread_t); variable
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1130 __msan_unpoison(th, __sanitizer::pthread_t_sz); in INTERCEPTOR()