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

  /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
  /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
  /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 211 milliseconds