Home | History | Annotate | Download | only in msan

Lines Matching refs:shmid

1137 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf)
1139 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) {
1141 void *p = REAL(shmat)(shmid, shmaddr, shmflg);
1144 int res = REAL(shmctl)(shmid, shmctl_ipc_stat, &ds);