Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_shm_test.cpp36 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/
Dshm.h52 int shmctl(int __shm_id, int __cmd, struct shmid_ds* __buf) __INTRODUCED_IN(26);
/bionic/libc/bionic/
Dsys_shm.cpp47 int shmctl(int id, int cmd, struct shmid_ds* buf) { in shmctl() function
/bionic/tests/headers/posix/
Dsys_shm_h.c64 FUNCTION(shmctl, int (*f)(int, int, struct shmid_ds*)); in sys_shm_h()
/bionic/libc/tools/
Dposix-2013.txt933 shmctl
/bionic/tools/versioner/platforms/
Dlibc.map.txt1327 shmctl; # introduced=26
/bionic/libc/
Dlibc.map.txt1327 shmctl; # introduced=26