Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Doverflow.rs9 fn push_batch<I>(&self, iter: I) in push_batch() method
20 fn push_batch<I>(&self, iter: I) in push_batch() method
Dworker.rs1221 fn push_batch<I>(&self, iter: I) in push_batch() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Doverflow.rs9 fn push_batch<I>(&self, iter: I) in push_batch() method
20 fn push_batch<I>(&self, iter: I) in push_batch() method
Dworker.rs1526 fn push_batch<I>(&self, iter: I) in push_batch() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/inject/
Drt_multi_thread.rs29 pub(crate) unsafe fn push_batch<L, I>(&self, shared: L, mut iter: I) in push_batch() method