Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio-util/src/task/
Dspawn_pinned.rs67 .map(|_| LocalWorkerHandle::new_worker()) in new()
197 workers: Box<[LocalWorkerHandle]>,
305 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
363 struct LocalWorkerHandle { struct
369 impl LocalWorkerHandle { implementation
371 fn new_worker() -> LocalWorkerHandle { in new_worker()
383 LocalWorkerHandle { in new_worker()