Searched refs:struct_mq_attr_sz (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h116 extern unsigned struct_mq_attr_sz;
H A Dsanitizer_platform_limits_freebsd.h135 extern unsigned struct_mq_attr_sz;
H A Dsanitizer_platform_limits_freebsd.cpp127 unsigned struct_mq_attr_sz = sizeof(struct mq_attr); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h297 extern unsigned struct_mq_attr_sz;
H A Dsanitizer_platform_limits_netbsd.h152 extern unsigned struct_mq_attr_sz;
H A Dsanitizer_platform_limits_posix.cpp250 unsigned struct_mq_attr_sz = sizeof(struct mq_attr); member in namespace:__sanitizer
H A Dsanitizer_syscalls_netbsd.inc1904 PRE_READ(mqstat_, struct_mq_attr_sz);
H A Dsanitizer_platform_limits_netbsd.cpp287 unsigned struct_mq_attr_sz = sizeof(struct mq_attr); member in namespace:__sanitizer

Completed in 127 milliseconds