summaryrefslogtreecommitdiffstats
path: root/src/thread.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Move feature test macros to prelude.hTavian Barnes2024-08-281-2/+0
| | | | | | This replaces the explicit CPPFLAGS list in flags.mk with just `-include src/prelude.h`, shortening our compiler command lines and allowing them to be easily documented.
* prelude: Split bfs-specific utilities into new bfs.h headerTavian Barnes2024-08-281-0/+1
|
* prelude: Define thread_localTavian Barnes2024-08-281-8/+0
|
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
|
* config: Add constants for C standard versionsTavian Barnes2023-11-101-1/+1
|
* thread: Move thread wrapper functions out of lineTavian Barnes2023-10-271-32/+18
|
* bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes2023-10-051-1/+2
|
* thread: Define thread_localTavian Barnes2023-10-051-0/+9
|
* thread: s/call_once/invoke_once/Tavian Barnes2023-10-031-1/+1
| | | | call_once() is a reserved identifier from C11.
* thread: Wrap more pthread APIsTavian Barnes2023-06-261-0/+103