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

  /bionic/libc/bionic/
sys_shm.cpp 34 void* shmat(int id, const void* address, int flags) { function
40 if (syscall(SYS_ipc, SHMAT, id, flags, &result, address, 0) == -1) {
  /external/fio/os/
os-android.h 111 static inline void *shmat (int __shmid, const void *__shmaddr, int __shmflg) function
  /external/fio/os/windows/
posix.c 562 void *shmat(int shmid, const void *shmaddr, int shmflg) function
  /external/mesa3d/include/GL/
vms_x_fix.h 1073 #define shmat macro
    [all...]

Completed in 194 milliseconds