Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs265 const STEAL_TIME: usize = 3; in get_task_from_searching() const
279 for i in 0..STEAL_TIME { in get_task_from_searching()
283 if i < STEAL_TIME - 1 { in get_task_from_searching()