linux-futex test: add comment

This commit is contained in:
Ralf Jung 2024-03-04 09:00:42 +01:00
parent d5f31bda4f
commit f70feaf604

View file

@ -219,6 +219,7 @@ fn wait_wake_bitset() {
t.join().unwrap();
}
// Crucial test which relies on the SeqCst fences in futex wait/wake.
fn concurrent_wait_wake() {
const FREE: i32 = 0;
const HELD: i32 = 1;