/external/compiler-rt/test/asan/TestCases/Linux/ |
D | shmctl.cc | 16 int res = shmctl(id, IPC_STAT, &ds); in main() 20 assert(-1 != shmctl(id, IPC_RMID, 0)); in main() 23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo); in main()
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 36 int shmctl(int shmid, int cmd, struct shmid_ds *buf);
|
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/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/chromium_org/third_party/mesa/src/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 | 66 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) in shmctl() function
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11image.c | 69 shmctl(shminfo.shmid, IPC_RMID, NULL); in try_mitshm()
|
D | SDL_x11yuv.c | 357 shmctl(yuvshm->shmid, IPC_RMID, NULL); in X11_CreateYUVOverlay()
|
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 293 shmctl(_shminfo.shmid, IPC_RMID, 0); in RemoveRenderer()
|
/external/stressapptest/src/ |
D | os.cc | 468 if (shmctl(shmid, IPC_RMID, NULL) < 0) { in AllocateTestMem() 575 shmctl(shmid_, IPC_RMID, NULL); in FreeTestMem()
|
/external/fio/ |
D | memory.c | 115 shmctl(td->shm_id, IPC_RMID, &sbuf); in free_mem_shm()
|
D | init.c | 248 shmctl(shm_id, IPC_RMID, &sbuf); in free_threads_shm()
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.stderr.exp | 546 Syscall param shmctl(shmid) contains uninitialised byte(s) 549 Syscall param shmctl(cmd) contains uninitialised byte(s) 552 Syscall param shmctl(buf) contains uninitialised byte(s) 555 Syscall param shmctl(IPC_STAT, buf) points to unaddressable byte(s)
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 324 DECL_TEMPLATE(darwin, shmctl); // 263
|
D | syswrap-darwin.c | 1917 PRE(shmctl) in PRE() argument 1924 POST(shmctl) in POST() argument 8263 MACXY(__NR_shmctl, shmctl),
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_sigsys_unittest.cc | 487 RESTRICT_SYSCALL_DEATH_TEST(shmctl);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1139 TEST(MemorySanitizer, shmctl) { in TEST() argument 1144 int res = shmctl(id, IPC_STAT, &ds); in TEST() 1149 res = shmctl(id, IPC_INFO, (struct shmid_ds *)&si); in TEST() 1154 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i); in TEST() 1158 res = shmctl(id, IPC_RMID, 0); in TEST() 1186 res = shmctl(id, IPC_RMID, 0); in TEST()
|
/external/fio/os/windows/ |
D | posix.c | 596 int shmctl(int shmid, int cmd, struct shmid_ds *buf) in shmctl() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1137 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf) in DECLARE_REAL() argument 1144 int res = REAL(shmctl)(shmid, shmctl_ipc_stat, &ds); in DECLARE_REAL()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.cc | 317 shmctl(shmkey, IPC_RMID, NULL); in DoQuerySharedMemorySupport()
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | vms_x_fix.h | 1074 #define shmctl SHMCTL macro
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 1074 #define shmctl SHMCTL macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3273 INTERCEPTOR(int, shmctl, int shmid, int cmd, void *buf) { 3275 COMMON_INTERCEPTOR_ENTER(ctx, shmctl, shmid, cmd, buf); 3279 int res = REAL(shmctl)(shmid, cmd, buf); 3292 #define INIT_SHMCTL COMMON_INTERCEPT_FUNCTION(shmctl);
|