Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/tests/
Dqueue.rs76 const NUM_PUSH: usize = 500; in stress1() constant
105 for _ in 0..NUM_PUSH { in stress1()
125 assert_eq!(n, NUM_LOCAL * NUM_PUSH); in stress1()