Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h30 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_solaris.cpp79 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.cpp111 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
H A Dsanitizer_platform_limits_posix.h54 extern unsigned pthread_mutex_t_sz;
H A Dsanitizer_platform_limits_posix.cpp206 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.cpp543 unsigned pthread_mutex_t_sz = sizeof(pthread_mutex_t); variable
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1675 ((void *)((char *)o + __sanitizer::pthread_mutex_t_sz)); in TSAN_INTERCEPTOR()