linux-futex test: add comment
This commit is contained in:
parent
d5f31bda4f
commit
f70feaf604
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue