Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: Add constants for C standard versions | Tavian Barnes | 2023-11-10 | 1 | -1/+1 |
| | |||||
* | thread: Move thread wrapper functions out of line | Tavian Barnes | 2023-10-27 | 1 | -32/+18 |
| | |||||
* | bfstd: Add a thread-safe wrapper for strerror() | Tavian Barnes | 2023-10-05 | 1 | -1/+2 |
| | |||||
* | thread: Define thread_local | Tavian Barnes | 2023-10-05 | 1 | -0/+9 |
| | |||||
* | thread: s/call_once/invoke_once/ | Tavian Barnes | 2023-10-03 | 1 | -1/+1 |
| | | | | call_once() is a reserved identifier from C11. | ||||
* | thread: Wrap more pthread APIs | Tavian Barnes | 2023-06-26 | 1 | -0/+103 |