rust/library/std/src/sys/sync
Matthias Krüger 6b9982d4fb
Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=Amanieu
kmc-solid: `#![forbid(unsafe_op_in_unsafe_fn)]`

The path logic _should_ handle the forbiddance in the itron sources correctly, despite them being an "out-of-line" module.
2024-07-20 13:24:53 +02:00
..
condvar clean unsafe op in unsafe fn 2024-07-16 11:34:23 +08:00
mutex kmc-solid: forbid(unsafe_op_in_unsafe_fn) 2024-07-19 13:46:06 -07:00
once Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton 2024-07-17 19:28:24 +00:00
rwlock kmc-solid: forbid(unsafe_op_in_unsafe_fn) 2024-07-19 13:46:06 -07:00
thread_parking Use futex.rs for Windows thread parking 2024-07-16 11:21:51 +00:00
mod.rs std: move thread parking to sys::sync 2024-05-02 12:38:26 +02:00