Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-01 | Simplify thread and semaphore status codes | David Robillard | 1 | -4/+3 | |
2022-08-19 | Simplify errno handling | David Robillard | 1 | -11/+8 | |
2022-08-19 | Move sem implementation out of header | David Robillard | 1 | -0/+206 | |
This avoids having platform conditionals in public headers, which causes build problems for dependants. |