Home
last modified time | relevance | path

Searched refs:semid_ds (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dsys_sem_h.c46 TYPE(struct semid_ds); in sys_sem_h()
47 STRUCT_MEMBER(struct semid_ds, struct ipc_perm, sem_perm); in sys_sem_h()
49 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_nsems); in sys_sem_h()
51 STRUCT_MEMBER(struct semid_ds, unsigned short, sem_nsems); in sys_sem_h()
54 STRUCT_MEMBER(struct semid_ds, time_t, sem_otime); in sys_sem_h()
55 STRUCT_MEMBER(struct semid_ds, time_t, sem_ctime); in sys_sem_h()
58 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_otime); in sys_sem_h()
59 STRUCT_MEMBER(struct semid_ds, unsigned long, sem_ctime); in sys_sem_h()
/bionic/libc/include/sys/
Dsem.h44 #define semid_ds semid64_ds macro
48 struct semid_ds* buf;
/bionic/tests/
Dsys_sem_test.cpp48 semid_ds ds; in TEST()
105 semid_ds i1; in TEST()