Home
last modified time | relevance | path

Searched defs:LocalWorkerHandle (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()
332 fn find_worker_by_idx(&self, idx: usize) -> (&LocalWorkerHandle, JobCountGuard) { in find_worker_by_idx()
363 struct LocalWorkerHandle { struct
369 impl LocalWorkerHandle { argument