rust/library/std/src/thread
Matthias Krüger 4da2869bc7
Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboet
Safely enforce thread name requirements

The requirements for the thread name to be both UTF-8 and null terminated are easily enforced by a wrapper type so lets do that. The fact this used to be just a bare `CString` has tripped me up before because it was entirely safe to use a non UTF-8 `CString`.
2024-07-20 07:13:43 +02:00
..
local SeqCst->Relaxed in thread local test. 2024-03-20 15:38:09 +01:00
local.rs Replace move|| with move || in compiler/ and library/ 2024-06-18 23:25:08 +08:00
mod.rs Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboet 2024-07-20 07:13:43 +02:00
scoped.rs Move rare overflow error to a cold function 2024-04-11 22:23:49 +01:00
tests.rs Use target_vendor = "apple" instead of target_os = "..." 2024-04-28 18:22:37 +02:00