aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-spin4.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09pthread: Move spin tests from nptl to sysdeps/pthreadSamuel Thibault1-108/+0
So they can be checked with htl too.
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-1/+0
This removes all overrides of TIMEOUT that are less than or equal to the default timeout.
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan1-0/+109
* nptl/tst-spin4.c: New test. * nptl/Makefile (tests): Add tst-spin4.