Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-workers.cc186 schedule_task(const task_sptr& t) in schedule_task() function
315 queue::schedule_task(const task_sptr& t) in schedule_task() function in abigail::workers::queue
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs759 pub(super) fn schedule_task(&self, task: Notified, is_yield: bool) { in schedule_task() method