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

  /bionic/libc/bionic/
sys_shm.cpp 60 int shmdt(const void* address) { function
64 return syscall(SYS_ipc, SHMDT, 0, 0, 0, address, 0);
  /external/fio/os/
os-android.h 69 #define shmdt bionic_shmdt macro
75 #undef shmdt macro
131 static inline int shmdt (const void *__shmaddr) function
  /external/fio/os/windows/
posix.c 647 int shmdt(const void *shmaddr) function

Completed in 67 milliseconds