Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/headers/posix/
Dsys_sem_h.c66 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/
Dsem.h56 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/
Dsys_sem.cpp59 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/
Dsem.h44 struct sembuf { struct
/bionic/tests/
Dsys_sem_test.cpp56 sembuf ops[] = {{ .sem_num = 0, .sem_op = 1, .sem_flg = 0 }}; in TEST()
/bionic/libc/
DSECCOMP_ALLOWLIST_COMMON.TXT71 int semtimedop_time64(int, sembuf*, size_t, const timespec64*) lp32