Home
last modified time | relevance | path

Searched defs:IdleMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Didle.rs28 pub(super) struct IdleMap { struct
50 idle_map: IdleMap::new(&cores), in new() argument
337 impl IdleMap { impl
338 fn new(cores: &[Box<Core>]) -> IdleMap { in new()
345 fn new_n(n: usize) -> IdleMap { in new_n()
392 fn update(&mut self, idle_map: &IdleMap) { in update()