mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
ab88ba4299
test that futexes induce appropriate synchronization This fails when I remove the `validate_lock_acquire` or `validate_lock_release` from `futex_wake`. So finally we got those code paths actually covered in tests. :)