mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
55c11fbdb0
* descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so we always define the padding space. [!TLS_DTV_AT_TP]: Give tcbhead_t field a name, `header', since GCC stopped supporting its own extensions fully. [TLS_MULTIPLE_THREADS_IN_TCB]: Put `multiple_threads' inside a wrapper struct also called `header', so `header.multiple_threads' is the field name to use on all machines. * allocatestack.c (allocate_stack): Use `header.' prefix. * sysdeps/pthread/createthread.c (create_thread): Likewise. * pthread_create.c (__pthread_create_2_1): Likewise. * sysdeps/i386/tls.h (INSTALL_NEW_DTV, THREAD_DTV): Likewise. (THREAD_SELF): Likewise. * sysdeps/x86_64/tls.h: Likewise. * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (SINGLE_THREAD_P): Likewise. * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (SINGLE_THREAD_P): Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h (SINGLE_THREAD_P): Likewise. |
||
---|---|---|
.. | ||
bits | ||
allocalim.h | ||
createthread.c | ||
flockfile.c | ||
ftrylockfile.c | ||
funlockfile.c | ||
list.h | ||
Makefile | ||
posix-timer.h | ||
pt-initfini.c | ||
pthread_barrier_wait.c | ||
pthread_cond_broadcast.c | ||
pthread_cond_signal.c | ||
pthread_cond_timedwait.c | ||
pthread_cond_wait.c | ||
pthread_getcpuclockid.c | ||
pthread_once.c | ||
pthread_rwlock_rdlock.c | ||
pthread_rwlock_timedrdlock.c | ||
pthread_rwlock_timedwrlock.c | ||
pthread_rwlock_unlock.c | ||
pthread_rwlock_wrlock.c | ||
pthread_sigmask.c | ||
pthread_spin_destroy.c | ||
pthread-functions.h | ||
pthread.h | ||
sigaction.c | ||
Subdirs | ||
tcb-offsets.h | ||
timer_create.c | ||
timer_delete.c | ||
timer_getoverr.c | ||
timer_gettime.c | ||
timer_routines.c | ||
timer_settime.c | ||
tst-timer.c |