Searched defs:JobCountGuard (Results 1 – 1 of 1) sorted by relevance
305 fn find_and_incr_least_burdened_worker(&self) -> (&LocalWorkerHandle, JobCountGuard) { in find_and_incr_least_burdened_worker() argument332 fn find_worker_by_idx(&self, idx: usize) -> (&LocalWorkerHandle, JobCountGuard) { in find_worker_by_idx() argument342 struct JobCountGuard(Arc<AtomicUsize>); struct344 impl Drop for JobCountGuard { implementation