Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs444 self.in_worker_cross(&*worker_thread, op) in in_worker()
484 unsafe fn in_worker_cross<OP, R>(&self, current_thread: &WorkerThread, op: OP) -> R in in_worker_cross() method