Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/spawn/
Dmod.rs161 Some(worker) => worker.push_fifo(job_ref), in spawn_fifo_in()
/external/rust/crates/rayon-core/src/
Dregistry.rs674 pub(super) unsafe fn push_fifo(&self, job: JobRef) { in push_fifo() method