Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert threads.c to C++ | Chris Robinson | 2018-11-17 | 1 | -32/+0 |
| | | | | Also vastly simplify and remove related code. | ||||
* | Avoid using ATOMIC_FLAG | Chris Robinson | 2018-11-13 | 1 | -4/+5 |
| | | | | | Although it cant potentially be better than a regular atomic, it presents compatibility issues when non-C11 atomics are mixed with C++ | ||||
* | Move internal headers out of the include directory | Chris Robinson | 2017-04-14 | 1 | -0/+31 |