glibc/sysdeps/mach/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
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Implies
pt-block-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-block.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-getname-np.c Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00
pt-setname-np.c Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00
pt-spin.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-stack-alloc.c htl: Respect GL(dl_stack_flags) when allocating stacks 2024-03-23 22:48:44 +01:00
pt-thread-alloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-thread-start.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-thread-terminate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-timedblock-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-timedblock.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-wakeup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
thrd_yield.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00