Home
last modified time | relevance | path

Searched defs:job_ref (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon-core/src/spawn/
Dmod.rs81 let job_ref = spawn_job(func, registry); in spawn_in() localVariable
151 let job_ref = spawn_job(func, registry); in spawn_fifo_in() localVariable
/external/rust/crates/rayon-core/src/scope/
Dmod.rs548 let job_ref = self.base.heap_job_ref(job); in spawn() localVariable
608 let job_ref = self.base.heap_job_ref(job); in spawn_fifo() localVariable