1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-14 14:21:59 +03:00
Files
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
..