rust/library/std/src/thread
Paul Menage 9e5c942286 Mark some std tests as requiring panic = "unwind"
This allows these test modules to pass on builds/targets without
unwinding support, where `panic = "abort"` - the ignored tests are for
functionality that's not supported on those targets.
2025-03-10 08:31:06 -07:00
..
current.rs add comments explaining main thread identification 2025-01-14 13:37:28 +01:00
local.rs Highlight thread_local! const init in docs 2025-02-21 13:02:42 +00:00
mod.rs Use .expect(..) instead 2025-02-25 13:11:03 +01:00
scoped.rs Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb 2024-11-25 00:39:03 +08:00
spawnhook.rs Update doc comments for spawn hook. 2024-11-19 18:55:52 +01:00
tests.rs Mark some std tests as requiring panic = "unwind" 2025-03-10 08:31:06 -07:00