mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
d4f64e1ad7
* allocatestack.c (allocate_stack) [!TLS_MULTIPLE_THREADS_IN_TCB]: Instead of setting PD->multiple_threads, set globals __pthread_multiple_threads and __libc_multiple_threads. * sysdeps/pthread/createthread.c (create_thread): Likewise. * sysdeps/i386/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define it. * sysdeps/s390/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Likewise. * descr.h (struct pthread): Conditionalize first member on [!TLS_DTV_AT_TP]. Replace the `header' member with an anonymous union containing an anonymous tcbhead_t. Move `list' member out. [TLS_MULTIPLE_THREADS_IN_TCB]: Define a `multiple_threads' member. * allocatestack.c: Remove use of `header.data.' prefix. * pthread_create.c: Likewise. * init.c (__pthread_initialize_minimal_internal): Likewise. * sysdeps/pthread/createthread.c (create_thread): Likewise. * sysdeps/i386/tls.h (INSTALL_DTV): Add parens. (THREAD_SELF, THREAD_DTV, INSTALL_NEW_DTV): No `header.data.' prefix. * 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/i386/tls.h (tcbhead_t): Remove `list' member. * sysdeps/s390/tls.h (tcbhead_t): 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 |