Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs1054 pub(super) fn schedule_task(&self, task: Notified, is_yield: bool) { in schedule_task() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs1345 pub(super) fn schedule_task(&self, task: Notified, is_yield: bool) { in schedule_task() method
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs380 async fn schedule_task( in schedule_task() function