/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/ |
A D | Makefile.commonarch | 44 $(libpthread_arch_OUT)/gen_tcb-offsets.c: $(libpthread_arch_DIR)/tcb-offsets.sym | $(libpthread_arc… 50 $(libpthread_arch_OUT)/tcb-offsets.h: $(libpthread_arch_OUT)/gen_tcb-offsets.s 54 pregen-headers-$(UCLIBC_HAS_THREADS_NATIVE) += $(libpthread_arch_OUT)/tcb-offsets.h 62 $(do_rm) $(libpthread_arch_OUT)/tcb-offsets.h \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/sh/ |
A D | tls.h | 39 void *tcb; /* Pointer to the TCB. Not necessary the member 98 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/s390/ |
A D | tls.h | 41 void *tcb; /* Pointer to the TCB. Not necessary the member 112 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/x86_64/ |
A D | tls.h | 42 void *tcb; /* Pointer to the TCB. Not necessary the member 106 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/x86_64/ |
A D | tls.h | 42 void *tcb; /* Pointer to the TCB. Not necessary the member 106 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | .gitignore | 10 !sysdeps/pthread/tcb-offsets.h 11 sysdeps/*/tcb-offsets.h
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/i386/ |
A D | tls.h | 39 void *tcb; /* Pointer to the TCB. Not necessary the member 162 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/i386/ |
A D | tls.h | 43 void *tcb; /* Pointer to the TCB. Not necessary the member 205 head->tcb = _descr; \
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/x86_64/ |
A D | tls.h | 49 void *tcb; /* Pointer to the TCB. Not necessarily the member 163 _head->tcb = thrdescr; in TLS_INIT_TP() 182 _head->tcb = _thrdescr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/ |
A D | Makefile | 19 gen-as-const-headers += tcb-offsets.sym
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/sh/ |
A D | Makefile | 2 gen-as-const-headers += tcb-offsets.sym
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/sparc/ |
A D | Makefile | 2 gen-as-const-headers += tcb-offsets.sym
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/ |
A D | tls.h | 46 void *tcb; /* Pointer to the TCB. Not necessarily the member 203 _head->tcb = thrdescr; in TLS_INIT_TP() 237 _head->tcb = _thrdescr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/ |
A D | Makefile | 19 gen-as-const-headers += tcb-offsets.sym
|
A D | tls.h | 46 void *tcb; /* Pointer to the TCB. Not necessarily the member 209 _head->tcb = _thrdescr; \
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/generic/ |
A D | dl-tls.c | 574 _dl_deallocate_tls (void *tcb, bool dealloc_tcb) in _dl_deallocate_tls() argument 576 dtv_t *dtv = GET_DTV (tcb); in _dl_deallocate_tls() 595 tcb -= GL(dl_tls_static_size) - TLS_TCB_SIZE; in _dl_deallocate_tls() 598 tcb -= (TLS_PRE_TCB_SIZE + GL(dl_tls_static_align) - 1) in _dl_deallocate_tls() 601 free (tcb); in _dl_deallocate_tls()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/generic/ |
A D | dl-tls.c | 574 _dl_deallocate_tls (void *tcb, bool dealloc_tcb) in _dl_deallocate_tls() argument 576 dtv_t *dtv = GET_DTV (tcb); in _dl_deallocate_tls() 595 tcb -= GL(dl_tls_static_size) - TLS_TCB_SIZE; in _dl_deallocate_tls() 598 tcb -= (TLS_PRE_TCB_SIZE + GL(dl_tls_static_align) - 1) in _dl_deallocate_tls() 601 free (tcb); in _dl_deallocate_tls()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-tls.c | 666 _dl_deallocate_tls (void *tcb, bool dealloc_tcb) in _dl_deallocate_tls() argument 668 dtv_t *dtv = GET_DTV (tcb); in _dl_deallocate_tls() 685 tcb -= _dl_tls_static_size - TLS_TCB_SIZE; in _dl_deallocate_tls() 688 tcb -= (TLS_PRE_TCB_SIZE + _dl_tls_static_align - 1) in _dl_deallocate_tls() 691 _dl_free (tcb); in _dl_deallocate_tls()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sparc/ |
A D | tls.h | 41 void *tcb; /* Pointer to the TCB. Not necessary the member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/ia64/ |
A D | tls.h | 122 void *tcb; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/ia64/ |
A D | tls.h | 125 void *tcb; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/powerpc/ |
A D | tls.h | 150 void *tcb; /* Never used. */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/ |
A D | tls.h | 48 void *tcb; /* Pointer to the TCB. Not necessarily the member 167 _head->tcb = _thrdescr; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/sh/ |
A D | tls.h | 139 void *tcb; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | ldsodefs.h | 94 extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb) internal_function;
|