glibc/sysdeps/mach/htl
Samuel Thibault 8ba6ad703c hurd: Add __pthread_spin_wait and use it
900778283a ("htl: make pthread_spin_lock really spin") made
pthread_spin_lock really spin and not block, but the current users of
__pthread_spin_lock were assuming that it blocks, i.e. they use it as a
lightweight mutex fitting in just one int.

__pthread_spin_wait provides that support back.
2020-02-11 00:32:44 +01:00
..
bits hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
pt-block-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-block.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-spin.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-stack-alloc.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-thread-alloc.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-thread-start.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-thread-terminate.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
pt-timedblock-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-timedblock.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-wakeup.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
thrd_yield.c C11 threads: Move implementation to sysdeps/pthread 2020-02-09 13:56:48 +01:00