diff options
| author | Connor Tsui <connor.tsui20@gmail.com> | 2024-11-08 18:13:18 -0500 |
|---|---|---|
| committer | Connor Tsui <connor.tsui20@gmail.com> | 2024-11-16 12:31:14 -0500 |
| commit | 84fd95cbedf1e1c1826e378ffc4d1a3d335deff4 (patch) | |
| tree | 5f64286c72d130d9ca619bfc326066f8c596024d /compiler/rustc_mir_transform/src/coverage/counters.rs | |
| parent | 3d191b50d2b5a4b17eda2f8cccaa5088ef56b8af (diff) | |
| download | rust-84fd95cbedf1e1c1826e378ffc4d1a3d335deff4.tar.gz rust-84fd95cbedf1e1c1826e378ffc4d1a3d335deff4.zip | |
fix memory ordering bug + bad test
This commit fixes a memory ordering bug in the futex implementation (`Relaxed` -> `Release` on `downgrade`). This commit also removes a badly written test that deadlocked and replaces it with a more reasonable test based on an already-tested `downgrade` test from the parking-lot crate.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions
