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