HomeSort by relevance Sort by last modified time
    Searched defs:shmid (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XShm.h 67 int shmid; /* kernel id */ member in struct:__anon25904
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h 67 int shmid; /* kernel id */ member in struct:__anon27494
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h 67 int shmid; /* kernel id */ member in struct:__anon29009
  /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);

Completed in 1362 milliseconds