Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/spawn/
Dmod.rs65 unsafe { spawn_in(func, &Registry::current()) } in spawn()
71 pub(super) unsafe fn spawn_in<F>(func: F, registry: &Arc<Registry>) in spawn_in() function
/external/rust/crates/rayon-core/src/thread_pool/
Dmod.rs237 unsafe { spawn::spawn_in(op, &self.registry) } in spawn()