Searched refs:sembuf (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_sem_h.c | 66 TYPE(struct sembuf); in sys_sem_h() 67 STRUCT_MEMBER(struct sembuf, unsigned short, sem_num); in sys_sem_h() 68 STRUCT_MEMBER(struct sembuf, short, sem_op); in sys_sem_h() 69 STRUCT_MEMBER(struct sembuf, short, sem_flg); in sys_sem_h() 73 FUNCTION(semop, int (*f)(int, struct sembuf*, size_t)); in sys_sem_h()
|
/bionic/libc/include/sys/ |
D | sem.h | 56 int semop(int __sem_id, struct sembuf* __ops, size_t __op_count) __INTRODUCED_IN(26); 59 int semtimedop(int __sem_id, struct sembuf* __ops, size_t __op_count, const struct timespec* __time…
|
/bionic/libc/bionic/ |
D | sys_sem.cpp | 59 int semop(int id, sembuf* ops, size_t op_count) { in semop() 63 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop()
|
/bionic/libc/kernel/uapi/linux/ |
D | sem.h | 44 struct sembuf { struct
|
/bionic/tests/ |
D | sys_sem_test.cpp | 56 sembuf ops[] = {{ .sem_num = 0, .sem_op = 1, .sem_flg = 0 }}; in TEST()
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 71 int semtimedop_time64(int, sembuf*, size_t, const timespec64*) lp32
|