Home
last modified time | relevance | path

Searched refs:__shmaddr (Results 1 – 1 of 1) sorted by relevance

/external/fio/os/
Dos-android.h123 static inline void *shmat (int __shmid, const void *__shmaddr, int __shmflg) in shmat() argument
131 static inline int shmdt (const void *__shmaddr) in shmdt() argument
134 ptr = (size_t *)__shmaddr; in shmdt()