reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  307 extern unsigned struct_mq_attr_sz;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
 2164     if (attr) POST_WRITE(attr, struct_mq_attr_sz);
 2205   if (mqstat) PRE_READ(mqstat, struct_mq_attr_sz);
 2211     if (omqstat) POST_WRITE(omqstat, struct_mq_attr_sz);