rust/library/std/src/thread
Matthias Krüger 58fac8fe72
Rollup merge of #132937 - xmh0511:master, r=m-ou-se
a release operation synchronizes with an acquire operation

Change:
1. `Calls to park _synchronize-with_ calls to unpark` to `Calls to unpark _synchronize-with_ calls to park`
2. `park synchronizes-with _all_ prior unpark operations` to `_all_ prior unpark operations synchronize-with park`
2024-12-03 21:55:26 +01:00
..
local std: make thread::current available in all thread_local! destructors 2024-10-02 18:04:21 +02:00
current.rs std:🧵 avoid leading whitespace in some panic messages 2024-11-25 18:31:49 +01:00
local.rs Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum 2024-11-29 22:39:10 +00:00
mod.rs Rollup merge of #132937 - xmh0511:master, r=m-ou-se 2024-12-03 21:55:26 +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 Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00