Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h49 extern unsigned struct_sigevent_sz;
Dsanitizer_platform_limits_posix.cc224 unsigned struct_sigevent_sz = sizeof(struct sigevent); variable
Dsanitizer_common_syscalls.inc451 if (timer_event_spec) POST_WRITE(timer_event_spec, struct_sigevent_sz);
2200 if (notification) PRE_READ(notification, struct_sigevent_sz);