Home
last modified time | relevance | path

Searched refs:TLS_TCB_ALIGN (Results 1 – 25 of 41) sorted by relevance

12

/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/mips/
A Dtls.h92 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
97 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
103 + ((sizeof (tcbhead_t) + sizeof(void*) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/mips/
A Dtls.h105 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
110 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/powerpc/
A Dtls.h68 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
73 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/mips/
A Dtls.h93 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
98 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/powerpc/
A Dtls.h94 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
99 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/powerpc/
A Dtls.h92 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
97 + ((sizeof (tcbhead_t) + TLS_TCB_ALIGN - 1) & ~(TLS_TCB_ALIGN - 1)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/generic/
A Dlibc-tls.c104 TLS_TCB_ALIGN); in init_static_tls()
223 init_static_tls (memsz, MAX (TLS_TCB_ALIGN, max_align)); in __libc_setup_tls()
240 TLS_TCB_ALIGN); in _dl_tls_setup()
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/generic/
A Dlibc-tls.cc112 TLS_TCB_ALIGN); in init_static_tls()
246 init_static_tls (memsz, MAX (TLS_TCB_ALIGN, max_align)); in __libc_setup_tls()
263 TLS_TCB_ALIGN); in _dl_tls_setup()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sparc/
A Dtls.h74 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/sh/
A Dtls.h69 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/s390/
A Dtls.h82 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/x86_64/
A Dtls.h76 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/x86_64/
A Dtls.h76 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/alpha/
A Dtls.h82 # define TLS_TCB_ALIGN 16 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/
A Dtls.h81 # define TLS_TCB_ALIGN 16 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/alpha/
A Dtls.h69 # define TLS_TCB_ALIGN __alignof__ (tcbhead_t) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/ia64/
A Dtls.h69 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/ia64/
A Dtls.h69 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sh/
A Dtls.h80 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/arm64/
A Dtls.h83 # define TLS_TCB_ALIGN 16 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/arm/
A Dtls.h99 # define TLS_TCB_ALIGN __alignof__ (tcbhead_t) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/arm/
A Dtls.h82 # define TLS_TCB_ALIGN 16 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/metag/
A Dtls.h81 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/sh/
A Dtls.h81 # define TLS_TCB_ALIGN __alignof__ (struct pthread) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/i386/
A Dtls.h71 # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) macro

Completed in 28 milliseconds

12