Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/thread_pool/
Dmod.rs7 use crate::registry::{Registry, ThreadSpawn, WorkerThread};
67 S: ThreadSpawn, in build()
/external/rust/crates/rayon-core/src/
Dregistry.rs75 pub trait ThreadSpawn { interface
90 impl ThreadSpawn for DefaultSpawn {
122 impl<F> ThreadSpawn for CustomSpawn<F>
180 S: ThreadSpawn, in init_global_registry()
219 S: ThreadSpawn, in new()
Dlib.rs64 use self::registry::{CustomSpawn, DefaultSpawn, ThreadSpawn};
198 S: ThreadSpawn,