Matthias Krüger 43bee03a67
Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviper
Avoid heap allocation when truncating thread names

Ensure that heap allocation does not occur in a thread until `std::thread` is ready. This fixes issues with custom allocators that call `std:🧵:current()`, since doing so prematurely initializes `THREAD_INFO` and causes the following `thread_info::set()` to fail.
2022-12-10 15:01:44 +01:00
..
2022-11-17 12:50:33 -08:00
2022-11-17 12:50:33 -08:00
2022-10-24 01:06:34 -07:00
2022-11-13 18:49:21 +00:00
2022-12-05 16:42:36 +08:00
2022-11-17 12:50:33 -08:00
2022-11-17 12:50:33 -08:00
2022-10-07 15:21:47 +02:00
2022-11-06 17:11:02 -05:00