Home
last modified time | relevance | path

Searched defs:shmaddr (Results 1 – 3 of 3) sorted by relevance

/external/stressapptest/src/
Dos.cc448 void *shmaddr; in AllocateTestMem() local
488 void *shmaddr = NULL; in AllocateTestMem() local
/external/fio/os/windows/
Dposix.c562 void *shmat(int shmid, const void *shmaddr, int shmflg) in shmat()
586 int shmdt(const void *shmaddr) in shmdt()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1329 #define __sanitizer_syscall_pre_shmat(shmid, shmaddr, shmflg) \ argument
1332 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ argument
1340 #define __sanitizer_syscall_pre_shmdt(shmaddr) \ argument
1342 #define __sanitizer_syscall_post_shmdt(res, shmaddr) \ argument