/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()
|
D | map_unmap.c | 147 if (shmctl(shmid, IPC_RMID, 0) != 0) { in main()
|
/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/strace/tests/ |
D | ipc_msgbuf.c | 59 if (msgctl(msqid, IPC_RMID, 0) == -1) in main() 64 msgctl(msqid, IPC_RMID, 0); in main()
|
D | ipc_msgbuf.expected | 4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
|
D | ipc_sem.c | 85 if (semctl(id, 0, IPC_RMID, 0) < 0) in main()
|
D | ipc_shm.c | 78 if (shmctl(id, IPC_RMID, NULL) < 0) in main()
|
D | ipc_msg.c | 78 if (msgctl(id, IPC_RMID, NULL) < 0) in main()
|
/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),
|
D | msgctl_flags.in | 1 IPC_RMID
|
D | shmctl_flags.in | 1 IPC_RMID
|
D | semctl_flags.in | 1 IPC_RMID
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | shmctl.cc | 20 assert(-1 != shmctl(id, IPC_RMID, 0)); in main()
|
/external/valgrind/memcheck/tests/solaris/ |
D | shmat.c | 37 ret = shmctl(shmid, IPC_RMID, NULL); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | ipc.h | 38 #define IPC_RMID 0 /* remove resource */ macro
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 107 shmctl(b->shminfo.shmid, IPC_RMID, 0); in alloc_back_shm_ximage() 127 shmctl(b->shminfo.shmid, IPC_RMID, 0); in alloc_back_shm_ximage() 134 shmctl(b->shminfo.shmid, IPC_RMID, 0); /* nobody else needs it */ in alloc_back_shm_ximage() 148 shmctl(b->shminfo.shmid, IPC_RMID, 0); in alloc_back_shm_ximage()
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 4 #define IPC_RMID 0x1 macro
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 153 if (shmctl(shm_id, IPC_RMID, &shm_desc) == -1) { in main()
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.cc | 89 shmctl(shm_segment_info_->shmid, IPC_RMID, 0); in Release() 168 shmctl(shm_segment_info_->shmid, IPC_RMID, 0); in InitShm()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 135 shmctl(shminfo->shmid, IPC_RMID, 0); in alloc_shm() 254 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); in xlib_displaytarget_destroy()
|
/external/fio/os/ |
D | os-android.h | 73 if (__cmd == IPC_RMID) in shmctl()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 293 shmctl(_shminfo.shmid, IPC_RMID, 0); in RemoveRenderer()
|
/external/fio/ |
D | memory.c | 121 shmctl(td->shm_id, IPC_RMID, &sbuf); in free_mem_shm()
|