HomeSort by relevance Sort by last modified time
    Searched defs:shmat (Results 1 - 3 of 3) 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 67 #define shmat bionic_shmat macro
73 #undef shmat macro
123 static inline void *shmat (int __shmid, const void *__shmaddr, int __shmflg) function
  /external/fio/os/windows/
posix.c 623 void *shmat(int shmid, const void *shmaddr, int shmflg) function

Completed in 219 milliseconds