Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/join/
Dmod.rs153 if let Some(job) = worker_thread.take_local_job() { in join_context()
/external/rust/crates/rayon-core/src/
Dregistry.rs688 pub(super) unsafe fn take_local_job(&self) -> Option<JobRef> { in take_local_job() method
725 .take_local_job() in wait_until_cold()
840 debug_assert!(worker_thread.take_local_job().is_none()); in main_loop()