Home
last modified time | relevance | path

Searched refs:struct_sigevent_sz (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h40 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_solaris.cpp88 unsigned struct_sigevent_sz = sizeof(struct sigevent); variable
H A Dsanitizer_platform_limits_freebsd.h54 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_freebsd.cpp131 unsigned struct_sigevent_sz = sizeof(struct sigevent); variable
H A Dsanitizer_platform_limits_posix.h64 extern unsigned struct_sigevent_sz;
H A Dsanitizer_platform_limits_posix.cpp205 unsigned struct_sigevent_sz = sizeof(struct sigevent); variable
H A Dsanitizer_platform_limits_netbsd.h43 extern unsigned struct_sigevent_sz;
H A Dsanitizer_common_syscalls.inc497 POST_WRITE(timer_event_spec, struct_sigevent_sz);
2427 PRE_READ(notification, struct_sigevent_sz);
H A Dsanitizer_platform_limits_netbsd.cpp554 unsigned struct_sigevent_sz = sizeof(struct sigevent); variable
H A Dsanitizer_syscalls_netbsd.inc1937 PRE_READ(notification_, struct_sigevent_sz);