Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/
Dmod.rs8 use crate::registry::{Registry, ThreadSpawn, WorkerThread};
67 S: ThreadSpawn, in build()
/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs72 pub trait ThreadSpawn { trait
87 impl ThreadSpawn for DefaultSpawn {
119 impl<F> ThreadSpawn for CustomSpawn<F>
177 S: ThreadSpawn, in init_global_registry()
234 S: ThreadSpawn, in new()
Dlib.rs112 use self::registry::{CustomSpawn, DefaultSpawn, ThreadSpawn};
263 S: ThreadSpawn,