Home
last modified time | relevance | path

Searched refs:IPC_RMID (Results 1 – 10 of 10) sorted by relevance

/sysdeps/unix/sysv/linux/bits/
A Dipc.h30 #define IPC_RMID 0 /* Remove identifier. */ macro
/sysdeps/gnu/bits/
A Dipc.h30 #define IPC_RMID 0 /* Remove identifier. */ macro
/sysdeps/unix/sysv/linux/
A Dtst-sysvshm-linux.c44 shmctl (shmid, IPC_RMID, NULL); in remove_shm()
182 if (shmctl (shmid, IPC_RMID, NULL) == -1) in do_test()
A Dtst-sysvmsg-linux.c40 msgctl (msqid, IPC_RMID, NULL); in remove_msq()
171 if (msgctl (msqid, IPC_RMID, NULL) == -1) in do_test()
A Dtst-sysvsem-linux.c38 semctl (semid, 0, IPC_RMID, 0); in remove_sem()
178 if (semctl (semid, 0, IPC_RMID, 0) == -1) in do_test()
A Dshmctl.c96 case IPC_RMID: in __shmctl64()
A Dmsgctl.c96 case IPC_RMID: in __msgctl64()
A Dsemctl.c159 case IPC_RMID: /* arg ignored. */ in __semctl64()
/sysdeps/pthread/
A Dtst-cancel4-common.c135 msgctl (tempmsg, IPC_RMID, NULL); in do_test()
237 msgctl (tempmsg, IPC_RMID, NULL); in do_test()
A Dtst-cancel4.c1517 msgctl (tempmsg, IPC_RMID, NULL); in tf_msgrcv()
1563 msgctl (tempmsg, IPC_RMID, NULL); in tf_msgsnd()

Completed in 39 milliseconds