Home
last modified time | relevance | path

Searched refs:pthread_mutex_t_sz (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h30 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_solaris.cpp78 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
H A Dsanitizer_platform_limits_freebsd.h43 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_freebsd.cpp118 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
H A Dsanitizer_platform_limits_posix.h53 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_posix.cpp198 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
H A Dsanitizer_platform_limits_netbsd.h33 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_netbsd.cpp544 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1606 ((void *)((char *)o + __sanitizer::pthread_mutex_t_sz)); in TSAN_INTERCEPTOR()