glibc/htl
Samuel Thibault 70ff58ced4 htl: Let pthread_self and cancellability called early
When applications redirect some functions they might get called before
libpthread is fully initialized.  They may still expected pthread_self
and cancellable functions to work, so cope with such calls in that
situation.
2022-08-02 00:00:03 +02:00
..
tests
alloca_cutoff.c
cancellation.c htl: Let pthread_self and cancellability called early 2022-08-02 00:00:03 +02:00
configure
configure.in
cthreads-compat.c
forward.c
herrno.c
htlfreeres.c
libc_pthread_init.c
libpthread_pic.a
libpthread_syms.a
libpthread.a
lockfile.c
Makefile
pt-alloc.c htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-cancel.c
pt-cleanup.c
pt-create.c htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-dealloc.c htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-detach.c htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-exit.c htl: Destroy thread-specific data before releasing joins 2022-02-14 19:29:02 +01:00
pt-getattr.c
pt-initialize.c
pt-internal.h htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-join.c htl: Fix cleaning the reply port 2022-01-22 02:17:19 +01:00
pt-self.c htl: Let pthread_self and cancellability called early 2022-08-02 00:00:03 +02:00
pt-setcancelstate.c
pt-setcanceltype.c
pt-sigmask.c
pt-spin-inlines.c
pt-testcancel.c
pt-yield.c
semaphoreP.h
shlib-versions
Versions