glibc/htl
Flavio Cruz 2dcc908538 Add pthread_getname_np and pthread_setname_np for Hurd
We use thread_get_name and thread_set_name to get and set the thread
name, so nothing is stored in the thread structure since these functions
are supposed to be called sparingly.

One notable difference with Linux is that the thread name is up to 32
chars, whereas Linux's is 16.

Also added a mach_RPC_CHECK to check for the existing of gnumach RPCs.
2024-07-16 09:21:52 +02:00
..
tests htl/tests: Reformat Makefile. 2024-02-25 13:38:16 -05:00
alloca_cutoff.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
cancellation.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
configure
configure.in
cthreads-compat.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
forward.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
herrno.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htlfreeres.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libc_pthread_init.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libpthread_pic.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
libpthread_syms.a hurd: Remove some remnants of cthreads 2020-11-15 13:16:03 +01:00
libpthread.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
lockfile.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00
pt-alloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-cancel.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-cleanup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-create.c htl: Implement some support for TLS_DTV_AT_TP 2024-03-23 23:00:30 +01:00
pt-dealloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-detach.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-exit.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-getattr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-initialize.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-internal.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-join.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-nthreads.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-self.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-setcancelstate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-setcanceltype.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-sigmask.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-spin-inlines.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-testcancel.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-yield.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
semaphoreP.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
shlib-versions
Versions Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00