Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-22 | Avoid cppcheck warning for assertions with side-effects in tests | David Robillard | 1 | -2/+7 | |
2022-08-18 | Fix thread function attributes on Windows | David Robillard | 1 | -2/+1 | |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 1 | -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. |