/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | sysinfo.h | 29 struct sysinfo { struct 50 extern int sysinfo (struct sysinfo *__info) __THROW; argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | sysinfo.c | 14 _syscall1(int, sysinfo, struct sysinfo *, info)
|
A D | Makefile.in | 54 sysinfo.c \
|
A D | stubs.c | 424 make_stub(sysinfo)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/ |
A D | lowlevellock.h | 218 "d" (_val), "i" (offsetof (tcbhead_t, sysinfo)) \ 236 "i" (offsetof (tcbhead_t, sysinfo))); \ 538 "i" (offsetof (tcbhead_t, sysinfo))); \ 564 "i" (offsetof (tcbhead_t, sysinfo)) \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/ |
A D | tls.h | 51 uintptr_t sysinfo; member 149 #define THREAD_SELF_SYSINFO THREAD_GETMEM (THREAD_SELF, header.sysinfo) 150 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) 187 _head->sysinfo = GLRO(dl_sysinfo)
|
A D | tcb-offsets.sym | 10 SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/ |
A D | tls.h | 51 uintptr_t sysinfo; member 145 #define THREAD_SELF_SYSINFO THREAD_GETMEM (THREAD_SELF, header.sysinfo) 146 #define THREAD_SYSINFO(pd) ((pd)->header.sysinfo) 183 _head->sysinfo = GLRO(dl_sysinfo)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/i386/ |
A D | tls.h | 48 uintptr_t sysinfo; member 190 head->sysinfo = GLRO(dl_sysinfo)
|
A D | tcb-offsets.sym | 6 SYSINFO_OFFSET offsetof (tcbhead_t, sysinfo)
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/sparc/ |
A D | tls.h | 51 uintptr_t sysinfo; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/sparc/ |
A D | tls.h | 51 uintptr_t sysinfo; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | descr.h | 126 uintptr_t sysinfo; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/ |
A D | tls.h | 54 uintptr_t sysinfo; member
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/x86_64/ |
A D | tls.h | 55 uintptr_t sysinfo; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Makefile.in | 321 sys/sysinfo.h \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/ |
A D | config.h.in | 412 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 833 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/ |
A D | config.h.in | 424 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 854 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | config.h.in | 430 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 900 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | config.h.in | 481 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 978 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | config.h.in | 428 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 938 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/ |
A D | config.h.in | 448 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 927 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | config.h.in | 442 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 918 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/ |
A D | config.h.in | 424 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 921 /* Define if get_nprocs is available in <sys/sysinfo.h>. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 3878 * sysdeps/x86_64/tls.h (tcbhead_t): Add sysinfo and stack_guard 3882 field. Put in sysinfo field unconditionally. 3886 * sysdeps/sparc/tls.h (tcbhead_t): Add sysinfo and stack_guard 9707 * sysdeps/i386/tls.h (INIT_SYSINFO): Initialize _head->sysinfo even 10106 * allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]: Set sysinfo 10109 that sysinfo is properly initialized. 10124 * descr.h (struct pthread) [NEED_DL_SYSINFO]: Add sysinfo member. 10125 * sysdeps/i386/tls.h (tcbhead_t): Add sysinfo member.
|