Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs86 shutdown_cores: Mutex<Vec<Box<Core>>>, field
161 shutdown_cores: Mutex::new(vec![]), in create()
814 let mut cores = self.shutdown_cores.lock(); in shutdown()