Home
last modified time | relevance | path

Searched refs:__SIZEOF_SEM_T (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/aarch64/nptl/bits/
Dsemaphore.h25 # define __SIZEOF_SEM_T 16 macro
27 # define __SIZEOF_SEM_T 32 macro
37 char __size[__SIZEOF_SEM_T];
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsemaphore.h26 # define __SIZEOF_SEM_T 32 macro
28 # define __SIZEOF_SEM_T 16 macro
37 char __size[__SIZEOF_SEM_T];
/glibc-2.36/sysdeps/mips/nptl/bits/
Dsemaphore.h23 # define __SIZEOF_SEM_T 32 macro
25 # define __SIZEOF_SEM_T 16 macro
34 char __size[__SIZEOF_SEM_T];
/glibc-2.36/sysdeps/m68k/nptl/bits/
Dsemaphore.h23 #define __SIZEOF_SEM_T 16 macro
32 char __size[__SIZEOF_SEM_T];
/glibc-2.36/sysdeps/htl/bits/
Dsemaphore.h31 #define __SIZEOF_SEM_T 20 macro
35 char __size[__SIZEOF_SEM_T];
/glibc-2.36/ChangeLog.old/
DChangeLog.224267 (__SIZEOF_SEM_T): New.
DChangeLog.1814159 * sysdeps/aarch64/nptl/bits/semaphore.h (__SIZEOF_SEM_T): Change define.