aboutsummaryrefslogtreecommitdiff
path: root/src/util/thread.cpp
AgeCommit message (Collapse)Author
2022-09-13refactor: use std::string for thread namesstickies-v
2022-07-08refactor: add most of src/util to iwyufanquake
These files change infrequently, and not much header shuffling is required. We don't add everything in src/util/ yet, because IWYU makes some dubious suggestions, which I'm going to follow up with upstream.
2021-04-25refactor: Make TraceThread a non-template free functionHennadii Stepanov
Also it is moved into its own module.