Searched refs:IPC_RMID (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/bits/ |
A D | ipc.h | 30 #define IPC_RMID 0 /* Remove identifier. */ macro
|
/sysdeps/gnu/bits/ |
A D | ipc.h | 30 #define IPC_RMID 0 /* Remove identifier. */ macro
|
/sysdeps/unix/sysv/linux/ |
A D | tst-sysvshm-linux.c | 44 shmctl (shmid, IPC_RMID, NULL); in remove_shm() 182 if (shmctl (shmid, IPC_RMID, NULL) == -1) in do_test()
|
A D | tst-sysvmsg-linux.c | 40 msgctl (msqid, IPC_RMID, NULL); in remove_msq() 171 if (msgctl (msqid, IPC_RMID, NULL) == -1) in do_test()
|
A D | tst-sysvsem-linux.c | 38 semctl (semid, 0, IPC_RMID, 0); in remove_sem() 178 if (semctl (semid, 0, IPC_RMID, 0) == -1) in do_test()
|
A D | shmctl.c | 96 case IPC_RMID: in __shmctl64()
|
A D | msgctl.c | 96 case IPC_RMID: in __msgctl64()
|
A D | semctl.c | 159 case IPC_RMID: /* arg ignored. */ in __semctl64()
|
/sysdeps/pthread/ |
A D | tst-cancel4-common.c | 135 msgctl (tempmsg, IPC_RMID, NULL); in do_test() 237 msgctl (tempmsg, IPC_RMID, NULL); in do_test()
|
A D | tst-cancel4.c | 1517 msgctl (tempmsg, IPC_RMID, NULL); in tf_msgrcv() 1563 msgctl (tempmsg, IPC_RMID, NULL); in tf_msgsnd()
|
Completed in 39 milliseconds