Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/scope/
Dmod.rs9 use crate::registry::{in_worker, Registry, WorkerThread};
291 in_worker(|owner_thread, _| { in scope()
382 in_worker(|owner_thread, _| { in scope_fifo()
/external/rust/crates/rayon-core/src/join/
Dmod.rs132 registry::in_worker(|worker_thread, injected| unsafe { in join_context()
/external/rust/crates/rayon-core/src/thread_pool/
Dmod.rs110 self.registry.in_worker(|_, _| op()) in install()
/external/rust/crates/rayon-core/src/
Dregistry.rs434 pub(super) fn in_worker<OP, R>(&self, op: OP) -> R in in_worker() method
868 pub(super) fn in_worker<OP, R>(op: OP) -> R in in_worker() function