Searched refs:shmat (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | sys_shm_test.cpp | 53 void* p = shmat(id, nullptr, SHM_RDONLY); in TEST() 65 ASSERT_EQ(reinterpret_cast<void*>(-1), shmat(-1, nullptr, SHM_RDONLY)); in TEST()
|
/bionic/libc/include/sys/ |
D | shm.h | 50 void* shmat(int __shm_id, const void* __addr, int __flags) __INTRODUCED_IN(26);
|
/bionic/libc/bionic/ |
D | sys_shm.cpp | 34 void* shmat(int id, const void* address, int flags) { in shmat() function
|
/bionic/tests/headers/posix/ |
D | sys_shm_h.c | 63 FUNCTION(shmat, void* (*f)(int, const void*, int)); in sys_shm_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 932 shmat
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1326 shmat; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1326 shmat; # introduced=26
|