Home
last modified time | relevance | path

Searched defs:semid64_ds (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/asm-x86/asm/
Dsembuf.h22 struct semid64_ds { struct
23 struct ipc64_perm sem_perm;
25 unsigned long sem_otime;
26 unsigned long sem_otime_high;
27 unsigned long sem_ctime;
28 unsigned long sem_ctime_high;
30 __kernel_long_t sem_otime;
31 __kernel_ulong_t __unused1;
32 __kernel_long_t sem_ctime;
33 __kernel_ulong_t __unused2;
[all …]
/bionic/libc/kernel/uapi/asm-generic/
Dsembuf.h23 struct semid64_ds { struct
24 struct ipc64_perm sem_perm;
26 long sem_otime;
27 long sem_ctime;
29 unsigned long sem_otime;
30 unsigned long sem_otime_high;
31 unsigned long sem_ctime;
32 unsigned long sem_ctime_high;
34 unsigned long sem_nsems;
35 unsigned long __unused3;
[all …]