Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/
Dspawn_pinned.rs305 fn find_and_incr_least_burdened_worker(&self) -> (&LocalWorkerHandle, JobCountGuard) { in find_and_incr_least_burdened_worker() argument
332 fn find_worker_by_idx(&self, idx: usize) -> (&LocalWorkerHandle, JobCountGuard) { in find_worker_by_idx() argument
342 struct JobCountGuard(Arc<AtomicUsize>); struct
344 impl Drop for JobCountGuard { implementation