Searched refs:shmctl (Results 1 - 25 of 25) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dshmctl.cc16 int res = shmctl(id, IPC_STAT, &ds);
20 assert(-1 != shmctl(id, IPC_RMID, 0));
23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo);
/external/fio/os/windows/posix/include/sys/
H A Dshm.h33 time_t shm_ctime; /* time of last change by shmctl() */
36 int shmctl(int shmid, int cmd, struct shmid_ds *buf);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_buffer.c107 shmctl(b->shminfo.shmid, IPC_RMID, 0);
127 shmctl(b->shminfo.shmid, IPC_RMID, 0);
134 shmctl(b->shminfo.shmid, IPC_RMID, 0); /* nobody else needs it */
148 shmctl(b->shminfo.shmid, IPC_RMID, 0);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_buffer.c107 shmctl(b->shminfo.shmid, IPC_RMID, 0);
127 shmctl(b->shminfo.shmid, IPC_RMID, 0);
134 shmctl(b->shminfo.shmid, IPC_RMID, 0); /* nobody else needs it */
148 shmctl(b->shminfo.shmid, IPC_RMID, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c135 shmctl(shminfo->shmid, IPC_RMID, 0);
254 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc89 shmctl(shm_segment_info_->shmid, IPC_RMID, 0);
168 shmctl(shm_segment_info_->shmid, IPC_RMID, 0);
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c135 shmctl(shminfo->shmid, IPC_RMID, 0);
254 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc293 shmctl(_shminfo.shmid, IPC_RMID, 0);
/external/fio/
H A Dmemory.c115 shmctl(td->shm_id, IPC_RMID, &sbuf);
H A Dinit.c248 shmctl(shm_id, IPC_RMID, &sbuf);
/external/fio/os/
H A Dos-android.h66 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) function
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c69 shmctl(shminfo.shmid, IPC_RMID, NULL);
H A DSDL_x11yuv.c357 shmctl(yuvshm->shmid, IPC_RMID, NULL);
/external/stressapptest/src/
H A Dos.cc468 if (shmctl(shmid, IPC_RMID, NULL) < 0) {
575 shmctl(shmid_, IPC_RMID, NULL);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc487 RESTRICT_SYSCALL_DEATH_TEST(shmctl);
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-darwin.h324 DECL_TEMPLATE(darwin, shmctl); // 263
H A Dsyswrap-darwin.c1917 PRE(shmctl)
1919 PRINT("shmctl ( %ld, %ld, %#lx )",ARG1,ARG2,ARG3);
1920 PRE_REG_READ3(long, "shmctl",
1924 POST(shmctl)
8263 MACXY(__NR_shmctl, shmctl),
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp546 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/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1139 TEST(MemorySanitizer, shmctl) {
1144 int res = shmctl(id, IPC_STAT, &ds);
1149 res = shmctl(id, IPC_INFO, (struct shmid_ds *)&si);
1154 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i);
1158 res = shmctl(id, IPC_RMID, 0);
1186 res = shmctl(id, IPC_RMID, 0);
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1137 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf)
1144 int res = REAL(shmctl)(shmid, shmctl_ipc_stat, &ds);
/external/fio/os/windows/
H A Dposix.c596 int shmctl(int shmid, int cmd, struct shmid_ds *buf) function
/external/chromium_org/ui/base/x/
H A Dx11_util.cc317 shmctl(shmkey, IPC_RMID, NULL);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1074 #define shmctl SHMCTL macro
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1074 #define shmctl SHMCTL macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3273 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);

Completed in 9890 milliseconds