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.h10 struct semid64_ds { struct
11 struct ipc64_perm sem_perm;
13 unsigned long sem_otime;
14 unsigned long sem_otime_high;
15 unsigned long sem_ctime;
16 unsigned long sem_ctime_high;
18 __kernel_long_t sem_otime;
19 __kernel_ulong_t __unused1;
20 __kernel_long_t sem_ctime;
21 __kernel_ulong_t __unused2;
[all …]
/bionic/libc/kernel/uapi/asm-generic/
Dsembuf.h11 struct semid64_ds { struct
12 struct ipc64_perm sem_perm;
14 long sem_otime;
15 long sem_ctime;
17 unsigned long sem_otime;
18 unsigned long sem_otime_high;
19 unsigned long sem_ctime;
20 unsigned long sem_ctime_high;
22 unsigned long sem_nsems;
23 unsigned long __unused3;
[all …]