Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h279 extern unsigned struct_mq_attr_sz;
Dsanitizer_platform_limits_posix.cc265 unsigned struct_mq_attr_sz = sizeof(struct mq_attr); variable
Dsanitizer_common_syscalls.inc2169 if (attr) POST_WRITE(attr, struct_mq_attr_sz);
2210 if (mqstat) PRE_READ(mqstat, struct_mq_attr_sz);
2216 if (omqstat) POST_WRITE(omqstat, struct_mq_attr_sz);