summaryrefslogtreecommitdiffstats
path: root/src/thread.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-23Split up platform sourcesDavid Robillard1-62/+0
This puts more onus on the build system to do things properly, but it's still easy enough to build, even manually: all the files in the appropriate system subdirectory just need to be included in the build. Otherwise, the several nested levels of preprocessor conditionals get confusing, and clang-format doesn't format code properly.
2022-10-21Split up common headerDavid Robillard1-1/+1
2022-10-21Hide errno utility functionsDavid Robillard1-0/+3
2022-10-20Hide thread implementationDavid Robillard1-0/+59