Searched refs:semop (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | sys_sem_test.cpp | 57 ASSERT_EQ(0, semop(id, ops, 1)); in TEST() 70 ASSERT_EQ(0, semop(id, ops, 1)); in TEST() 91 ASSERT_EQ(-1, semop(-1, nullptr, 0)); in TEST()
|
/bionic/libc/include/sys/ |
D | sem.h | 56 int semop(int __sem_id, struct sembuf* __ops, size_t __op_count) __INTRODUCED_IN(26);
|
/bionic/tests/headers/posix/ |
D | sys_sem_h.c | 73 FUNCTION(semop, int (*f)(int, struct sembuf*, size_t)); in sys_sem_h()
|
/bionic/libc/bionic/ |
D | sys_sem.cpp | 60 int semop(int id, sembuf* ops, size_t op_count) { in semop() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 895 semop
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1321 semop; # introduced=26
|
/bionic/libc/ |
D | libc.map.txt | 1321 semop; # introduced=26
|