Searched refs:shmctl (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | sys_shm_test.cpp | 36 if (shmctl(-1, IPC_STAT, nullptr) == -1 && errno == ENOSYS) { in TEST() 49 ASSERT_EQ(0, shmctl(id, IPC_STAT, &ds)); in TEST() 60 ASSERT_EQ(0, shmctl(id, IPC_RMID, nullptr)); in TEST() 71 ASSERT_EQ(-1, shmctl(-1, IPC_STAT, nullptr)); in TEST()
|
/bionic/libc/include/sys/ |
D | shm.h | 52 int shmctl(int __shm_id, int __cmd, struct shmid_ds* __buf) __INTRODUCED_IN(26);
|
/bionic/libc/bionic/ |
D | sys_shm.cpp | 47 int shmctl(int id, int cmd, struct shmid_ds* buf) { in shmctl() function
|
/bionic/tests/headers/posix/ |
D | sys_shm_h.c | 64 FUNCTION(shmctl, int (*f)(int, int, struct shmid_ds*)); in sys_shm_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 933 shmctl
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1327 shmctl; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1327 shmctl; # introduced=26
|