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.h283 extern unsigned struct_mq_attr_sz;
Dsanitizer_platform_limits_posix.cc265 unsigned struct_mq_attr_sz = sizeof(struct mq_attr); variable
Dsanitizer_common_syscalls.inc2165 if (attr) POST_WRITE(attr, struct_mq_attr_sz);
2206 if (mqstat) PRE_READ(mqstat, struct_mq_attr_sz);
2212 if (omqstat) POST_WRITE(omqstat, struct_mq_attr_sz);