summaryrefslogtreecommitdiff
path: root/modules/pthread-spin-tests
Commit message (Collapse)AuthorAgeFilesLines
* sched_yield: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB.Bruno Haible2023-01-071-1/+1
| | | | | | * m4/threadlib.m4: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB. All uses changed. * NEWS: Mention the change.
* pthread-spin: Add tests.Bruno Haible2020-07-011-0/+20
* tests/test-pthread-spin.c: New file, based on tests/test-lock.c. * modules/pthread-spin-tests: New file.