Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/
Dbasic_scheduler.rs111 const MAX_TASKS_PER_TICK: usize = 4; constant
113 const MAX_TASKS_PER_TICK: usize = 61; constant
218 for _ in 0..MAX_TASKS_PER_TICK { in block_on()
/external/rust/crates/tokio/src/task/
Dlocal.rs318 const MAX_TASKS_PER_TICK: usize = 61; constant
504 for _ in 0..MAX_TASKS_PER_TICK { in tick()