Searched refs:struct_sigevent_sz (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h52 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_solaris.h40 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_freebsd.h55 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_solaris.cpp87 unsigned struct_sigevent_sz = sizeof(struct sigevent); member in namespace:__sanitizer
H A Dsanitizer_common_syscalls.inc450 if (timer_event_spec) POST_WRITE(timer_event_spec, struct_sigevent_sz);
2199 if (notification) PRE_READ(notification, struct_sigevent_sz);
H A Dsanitizer_platform_limits_freebsd.cpp116 unsigned struct_sigevent_sz = sizeof(struct sigevent); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h49 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_netbsd.h50 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_posix.cpp194 unsigned struct_sigevent_sz = sizeof(struct sigevent); member in namespace:__sanitizer
H A Dsanitizer_syscalls_netbsd.inc1911 PRE_READ(notification_, struct_sigevent_sz);
H A Dsanitizer_platform_limits_netbsd.cpp270 unsigned struct_sigevent_sz = sizeof(struct sigevent); member in namespace:__sanitizer

Completed in 402 milliseconds