/external/valgrind/none/tests/ |
D | sem.c | 32 semctl(semid, 0, IPC_RMID); in main() 39 semctl(semid, 0, IPC_RMID); in main() 46 semctl(semid, 0, IPC_RMID); in main() 64 semctl(semid, 0, IPC_RMID); in main() 76 semctl(semid, 0, IPC_RMID); in main() 91 semctl(semid, 0, IPC_RMID); in main() 96 if (semctl(semid, 0, IPC_RMID) < 0) in main()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl07.c | 97 (void)msgctl(msqid, IPC_RMID, NULL); in main() 118 (void)msgctl(msqid, IPC_RMID, NULL); in main() 131 (void)msgctl(msqid, IPC_RMID, NULL); in main() 143 (void)msgctl(msqid, IPC_RMID, NULL); in main() 165 (void)msgctl(msqid, IPC_RMID, NULL); in main() 178 (void)msgctl(msqid, IPC_RMID, NULL); in main() 187 (void)msgctl(msqid, IPC_RMID, NULL); in main() 196 (void)msgctl(msqid, IPC_RMID, NULL); in main() 212 (void)msgctl(msqid, IPC_RMID, NULL); in main() 214 (void)msgctl(msqid, IPC_RMID, NULL); in main()
|
D | msgctl08.c | 252 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 264 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 287 TEST(msgctl(id, IPC_RMID, 0)); in dotest() 338 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 340 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgctl10.c | 247 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 259 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 282 TEST(msgctl(id, IPC_RMID, 0)); in dotest() 327 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 329 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgctl09.c | 268 if (msgctl(tid, IPC_RMID, 0) < 0) { in cleanup_msgqueue() 359 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 376 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 381 if (msgctl(id, IPC_RMID, 0) < 0) { in dotest() 463 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 465 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgctl06.c | 83 (void)msgctl(msqid, IPC_RMID, NULL); in main() 162 (void)msgctl(msqid, IPC_RMID, NULL); in cleanup() 164 (void)msgctl(msqid, IPC_RMID, NULL); in cleanup()
|
D | msgctl11.c | 290 if (msgctl(tid, IPC_RMID, 0) < 0) { in cleanup_msgqueue() 380 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 397 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 402 if (msgctl(id, IPC_RMID, 0) < 0) { in dotest() 501 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 503 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | sem_comm.c | 73 semctl(id, 0, IPC_RMID); in chld1_sem() 85 semctl(id, 0, IPC_RMID); in chld1_sem() 95 semctl(id, 0, IPC_RMID); in chld1_sem() 117 semctl(id, 0, IPC_RMID); in chld2_sem() 132 semctl(id, 0, IPC_RMID); in chld2_sem() 143 semctl(id, 0, IPC_RMID); in chld2_sem()
|
D | msg_comm.c | 81 msgctl(id, IPC_RMID, NULL); in chld1_msg() 93 msgctl(id, IPC_RMID, NULL); in chld1_msg() 104 msgctl(id, IPC_RMID, NULL); in chld1_msg() 123 msgctl(id, IPC_RMID, NULL); in chld2_msg() 130 msgctl(id, IPC_RMID, NULL); in chld2_msg()
|
D | shm_comm.c | 73 shmctl(id, IPC_RMID, NULL); in chld1_shm() 89 shmctl(id, IPC_RMID, NULL); in chld1_shm() 106 shmctl(id, IPC_RMID, NULL); in chld2_shm() 118 shmctl(id, IPC_RMID, NULL); in chld2_shm()
|
D | shmnstest.c | 61 shmctl(id, IPC_RMID, NULL); in check_shmid() 142 shmctl(id, IPC_RMID, NULL); in main()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 70 shmctl(shmid, IPC_RMID, NULL); in main() 93 shmctl(shmid, IPC_RMID, NULL); in main() 97 shmctl(shmid, IPC_RMID, NULL); in main()
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat05.c | 94 shmctl(shmid, IPC_RMID, NULL); in shm_test() 103 shmctl(shmid, IPC_RMID, NULL); in shm_test() 107 shmctl(shmid, IPC_RMID, NULL); in shm_test()
|
D | hugeshmat04.c | 107 shmctl(shmid, IPC_RMID, NULL); in shared_hugepage() 121 shmctl(shmid, IPC_RMID, NULL); in shared_hugepage()
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libipc.c | 90 if (msgctl(queue_id, IPC_RMID, NULL) == -1) { in rm_queue() 132 if (semctl(sem_id, 0, IPC_RMID, arr) == -1) { in rm_sema() 168 if (shmctl(shm_id, IPC_RMID, NULL) == -1) { in rm_shm()
|
/external/toybox/toys/pending/ |
D | ipcrm.c | 62 if (ipc == 1) ret = shmctl(id, IPC_RMID, NULL); 63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL); 64 else if (ipc == 3) ret = semctl(id, 0, IPC_RMID, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 12-1-buildonly.c | 38 #ifndef IPC_RMID 39 #error IPC_RMID not defined
|
/external/strace/xlat/ |
D | msgctl_flags.h | 19 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID) 20 XLAT(IPC_RMID),
|
D | shmctl_flags.h | 19 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID) 20 XLAT(IPC_RMID),
|
D | semctl_flags.h | 17 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID) 18 XLAT(IPC_RMID),
|
/external/ltp/testcases/kernel/ipc/ipc_stress/ |
D | message_queue_test_05.c | 155 if (msgctl(msqid_array[--nqueues], IPC_RMID, 0) < 0) in main() 255 if (msgctl(msqid_array[qnum], IPC_RMID, 0) < 0) in cleanup()
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_process.c | 238 shmctl(shmid, IPC_RMID, NULL); in shm() 246 shmctl(shmid, IPC_RMID, NULL); in shm() 253 if (shmctl(shmid, IPC_RMID, NULL) == -1) in shm()
|
/external/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 75 if (msgctl(id, IPC_RMID, 0)) in restore_queue() 122 if (msgctl(msgque->msq_id, IPC_RMID, 0)) { in check_and_destroy_queue() 248 if (msgctl(msgque.msq_id, IPC_RMID, 0)) { in main()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_test.c | 264 shmctl(shmid, IPC_RMID, NULL); in shm() 272 shmctl(shmid, IPC_RMID, NULL); in shm() 279 if (shmctl(shmid, IPC_RMID, NULL) == -1) in shm()
|
/external/swiftshader/src/Main/ |
D | FrameBufferX11.cpp | 83 shmctl(shminfo.shmid, IPC_RMID, 0); in FrameBufferX11() 111 shmctl(shminfo.shmid, IPC_RMID, 0); in ~FrameBufferX11()
|