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

  /bionic/libc/bionic/
sys_shm.cpp 47 int shmctl(int id, int cmd, struct shmid_ds* buf) { function
56 return syscall(SYS_ipc, SHMCTL, id, cmd, 0, buf, 0);
  /external/fio/os/
os-android.h 68 #define shmctl bionic_shmctl macro
74 #undef shmctl macro
85 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) function
  /external/fio/os/windows/
posix.c 657 int shmctl(int shmid, int cmd, struct shmid_ds *buf) function

Completed in 61 milliseconds