Searched defs:__sanitizer_shmid_ds (Results 1 – 4 of 4) sorted by relevance
74 struct __sanitizer_shmid_ds { struct75 __sanitizer_ipc_perm shm_perm;76 unsigned long shm_segsz; // size_t77 unsigned long shm_flags; // uintptr_t78 unsigned short shm_lkcnt; // ushort_t79 int shm_lpid; // pid_t80 int shm_cpid; // pid_t81 unsigned long shm_nattch; // shmatt_t82 unsigned long shm_cnattch; // ulong_t84 long shm_atime; // time_t[all …]
253 struct __sanitizer_shmid_ds { struct254 __sanitizer_ipc_perm shm_perm;257 u32 __pad1;259 long shm_atime;261 u32 __pad2;263 long shm_dtime;265 u32 __pad3;267 long shm_ctime;268 uptr shm_segsz;269 int shm_cpid;[all …]
136 struct __sanitizer_shmid_ds { struct137 __sanitizer_ipc_perm shm_perm;138 unsigned long shm_segsz;139 unsigned int shm_lpid;140 unsigned int shm_cpid;141 int shm_nattch;142 __sanitizer_time_t shm_atime;143 __sanitizer_time_t shm_dtime;144 __sanitizer_time_t shm_ctime;
120 struct __sanitizer_shmid_ds { struct121 __sanitizer_ipc_perm shm_perm;122 unsigned long shm_segsz;123 u32 shm_lpid;124 u32 shm_cpid;125 unsigned int shm_nattch;126 u64 shm_atime;127 u64 shm_dtime;128 u64 shm_ctime;129 void *_shm_internal;