Home
last modified time | relevance | path

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

12

/external/valgrind/none/tests/
Dsem.c32 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()
Dmap_unmap.c147 if (shmctl(shmid, IPC_RMID, 0) != 0) { in main()
/external/toybox/toys/pending/
Dipcrm.c62 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/
Dipc_msgbuf.c59 if (msgctl(msqid, IPC_RMID, 0) == -1) in main()
64 msgctl(msqid, IPC_RMID, 0); in main()
Dipc_msgbuf.expected4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
Dipc_sem.c85 if (semctl(id, 0, IPC_RMID, 0) < 0) in main()
Dipc_shm.c78 if (shmctl(id, IPC_RMID, NULL) < 0) in main()
Dipc_msg.c78 if (msgctl(id, IPC_RMID, NULL) < 0) in main()
/external/strace/xlat/
Dmsgctl_flags.h19 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
20 XLAT(IPC_RMID),
Dshmctl_flags.h19 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
20 XLAT(IPC_RMID),
Dsemctl_flags.h17 #if defined(IPC_RMID) || (defined(HAVE_DECL_IPC_RMID) && HAVE_DECL_IPC_RMID)
18 XLAT(IPC_RMID),
Dmsgctl_flags.in1 IPC_RMID
Dshmctl_flags.in1 IPC_RMID
Dsemctl_flags.in1 IPC_RMID
/external/compiler-rt/test/asan/TestCases/Linux/
Dshmctl.cc20 assert(-1 != shmctl(id, IPC_RMID, 0)); in main()
/external/valgrind/memcheck/tests/solaris/
Dshmat.c37 ret = shmctl(shmid, IPC_RMID, NULL); in main()
/external/kernel-headers/original/uapi/linux/
Dipc.h38 #define IPC_RMID 0 /* remove resource */ macro
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c107 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/
Dshm.h4 #define IPC_RMID 0x1 macro
/external/autotest/client/tests/synctest/src/
Dsynctest.c153 if (shmctl(shm_id, IPC_RMID, &shm_desc) == -1) { in main()
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc89 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/
Dxlib_sw_winsys.c135 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/
Dos-android.h73 if (__cmd == IPC_RMID) in shmctl()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc293 shmctl(_shminfo.shmid, IPC_RMID, 0); in RemoveRenderer()
/external/fio/
Dmemory.c121 shmctl(td->shm_id, IPC_RMID, &sbuf); in free_mem_shm()

12