glibc/sysdeps/mach/htl/bits
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
..
types Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
spin-lock-inline.h hurd: Add __pthread_spin_wait and use it 2020-02-11 00:32:44 +01:00