Home
last modified time | relevance | path

Searched refs:NUM_MSG (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/sync/tests/
Dloom_list.rs11 const NUM_MSG: usize = 2; in smoke() constant
21 for i in 0..NUM_MSG { in smoke()
35 if next.iter().all(|&i| i == NUM_MSG) { in smoke()