summaryrefslogtreecommitdiffstats
path: root/test/test_thread.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Fix thread function attributes on WindowsDavid Robillard1-2/+1
2022-08-18Fix or remove non-portable features in thread APIDavid Robillard1-0/+41
Thread function return values are inconsistent between nearly every threading API out there. So, just ignore them entirely, and provide a typedef and sentinel value so user code can be portable.