Searched refs:shmget (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | sys_shm_test.cpp | 43 int id = shmget(key, 1234, IPC_CREAT|0666); in TEST() 83 ASSERT_EQ(-1, shmget(-1, 1234, 0)); in TEST()
|
/bionic/libc/include/sys/ |
D | shm.h | 56 int shmget(key_t __key, size_t __size, int __flags) __INTRODUCED_IN(26);
|
/bionic/libc/bionic/ |
D | sys_shm.cpp | 67 int shmget(key_t key, size_t size, int flags) { in shmget() function
|
/bionic/tests/headers/posix/ |
D | sys_shm_h.c | 66 FUNCTION(shmget, int (*f)(key_t, size_t, int)); in sys_shm_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 935 shmget
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1329 shmget; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1329 shmget; # introduced=26
|