Searched refs:take_local_job (Results 1 – 2 of 2) sorted by relevance
153 if let Some(job) = worker_thread.take_local_job() { in join_context()
688 pub(super) unsafe fn take_local_job(&self) -> Option<JobRef> { in take_local_job() method725 .take_local_job() in wait_until_cold()840 debug_assert!(worker_thread.take_local_job().is_none()); in main_loop()