Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h39 extern unsigned struct_itimerspec_sz;
Dsanitizer_common_syscalls.inc460 if (setting) POST_WRITE(setting, struct_itimerspec_sz);
470 if (new_setting) PRE_READ(new_setting, struct_itimerspec_sz);
476 if (old_setting) POST_WRITE(old_setting, struct_itimerspec_sz);
2703 if (utmr) PRE_READ(utmr, struct_itimerspec_sz);
2709 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
2717 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);
Dsanitizer_platform_limits_posix.cc221 unsigned struct_itimerspec_sz = sizeof(struct itimerspec); variable