rust/library/std/src/sys/sync
bors fcc325f1bc Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton
Windows: Use futex implementation for `Once`

Keep the queue implementation for win7.
Inspired by PR #121956

<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.

This PR will get automatically assigned to a reviewer. In case you would like
a specific user to review your work, you can assign it to them by using

    r​? <reviewer name>
-->
2024-07-17 19:28:24 +00:00
..
condvar clean unsafe op in unsafe fn 2024-07-16 11:34:23 +08:00
mutex Use futex.rs for Windows thread parking 2024-07-16 11:21:51 +00:00
once Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton 2024-07-17 19:28:24 +00:00
rwlock Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10: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