rust/library/std/src/thread
Matthias Krüger cc51f91455
Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton
Move thread parking to `sys::sync`

Part of #117276.

I'll leave the platform-specific API abstractions in `sys::pal`, as per the initial proposal. I'm not entirely sure whether we'll want to keep it that way, but that remains to be seen.

r? ``@ChrisDenton`` (if you have time)
2024-05-04 12:37:21 +02:00
..
local SeqCst->Relaxed in thread local test. 2024-03-20 15:38:09 +01:00
local.rs Change method calls to using the method directly 2024-04-08 17:48:07 -04:00
mod.rs Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton 2024-05-04 12:37:21 +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