HomeSort by relevance Sort by last modified time
    Searched refs:shmid (Results 1 - 25 of 26) sorted by null

1 2

  /external/fio/os/windows/posix/include/sys/
shm.h 36 int shmctl(int shmid, int cmd, struct shmid_ds *buf);
38 void *shmat(int shmid, const void *shmaddr, int shmflg);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 88 if (shm_segment_info_->shmid != -1)
89 shmctl(shm_segment_info_->shmid, IPC_RMID, 0);
129 shm_segment_info_->shmid = -1;
136 shm_segment_info_->shmid = shmget(
139 if (shm_segment_info_->shmid != -1) {
141 reinterpret_cast<char*>(shmat(shm_segment_info_->shmid, 0, 0));
150 << shm_segment_info_->shmid;
168 shmctl(shm_segment_info_->shmid, IPC_RMID, 0);
169 shm_segment_info_->shmid = -1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XShm.h 54 int shmid; /* kernel id */ member in struct:__anon25237
shmproto.h 77 CARD32 shmid B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XShm.h 54 int shmid; /* kernel id */ member in struct:__anon26973
shmproto.h 77 CARD32 shmid B32;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 125 shminfo->shmid = -1;
128 shminfo->shmid = shmget(IPC_PRIVATE, size, IPC_CREAT|0777);
129 if (shminfo->shmid < 0) {
133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0);
135 shmctl(shminfo->shmid, IPC_RMID, 0);
252 if (xlib_dt->shminfo.shmid >= 0) {
254 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
256 xlib_dt->shminfo.shmid = -1;
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 125 shminfo->shmid = -1;
128 shminfo->shmid = shmget(IPC_PRIVATE, size, IPC_CREAT|0777);
129 if (shminfo->shmid < 0) {
133 shminfo->shmaddr = (char *) shmat(shminfo->shmid, 0, 0);
135 shmctl(shminfo->shmid, IPC_RMID, 0);
252 if (xlib_dt->shminfo.shmid >= 0) {
254 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0);
256 xlib_dt->shminfo.shmid = -1;
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 253 _shminfo.shmid = shmget(IPC_PRIVATE, (_image->bytes_per_line
255 _shminfo.shmaddr = _image->data = (char*) shmat(_shminfo.shmid, 0, 0);
293 shmctl(_shminfo.shmid, IPC_RMID, 0);
294 _shminfo.shmid = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 53 shminfo.shmid = shmget(IPC_PRIVATE, screen->h*screen->pitch,
55 if ( shminfo.shmid >= 0 ) {
56 shminfo.shmaddr = (char *)shmat(shminfo.shmid, 0, 0);
69 shmctl(shminfo.shmid, IPC_RMID, NULL);
SDL_x11yuv.c 341 yuvshm->shmid = shmget(IPC_PRIVATE, hwdata->image->data_size,
343 if ( yuvshm->shmid >= 0 ) {
344 yuvshm->shmaddr = (char *)shmat(yuvshm->shmid, 0, 0);
357 shmctl(yuvshm->shmid, IPC_RMID, NULL);
  /external/chromium_org/media/cast/test/
linux_output_window.cc 102 shminfo_.shmid = shmget(
104 shminfo_.shmaddr = image_->data = (char*)shmat(shminfo_.shmid, 0, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
global.h 130 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
global.h 130 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 91 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
93 if (b->shminfo.shmid < 0) {
103 = (char*)shmat(b->shminfo.shmid, 0, 0);
107 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/
xm_buffer.c 91 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
93 if (b->shminfo.shmid < 0) {
103 = (char*)shmat(b->shminfo.shmid, 0, 0);
107 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/stressapptest/src/
os.cc 447 int shmid; local
450 if ((shmid = shmget(2, length,
461 shmaddr = shmat(shmid, NULL, NULL);
468 if (shmctl(shmid, IPC_RMID, NULL) < 0) {
478 shmid_ = shmid;
481 shmid, shmaddr);
  /external/fio/os/windows/
posix.c 562 void *shmat(int shmid, const void *shmaddr, int shmflg)
566 mapAddr = MapViewOfFile(fileMappings[shmid], FILE_MAP_ALL_ACCESS, 0, 0, 0);
596 int shmctl(int shmid, int cmd, struct shmid_ds *buf)
599 fileMappings[shmid] = INVALID_HANDLE_VALUE;
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]
  /external/fio/
backend.c     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 534 Syscall param shmat(shmid) contains uninitialised byte(s)
546 Syscall param shmctl(shmid) contains uninitialised byte(s)
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 321 shminfo.shmid = shmkey;
    [all...]

Completed in 1078 milliseconds

1 2