Searched defs:next_task (Results 1 – 7 of 7) sorted by relevance
118 auto& next_task = *it; in main() local
112 auto& next_task = *it; in main() local
385 const auto& next_task = timer_tasks_.top(); in ScheduleNextTimer() local
261 fn next_task(&self) -> task::Notified<Runtime> { in next_task() method
532 fn next_task(&self) -> Option<task::LocalNotified<Arc<Shared>>> { in next_task() method
429 TestPendingTask* next_task) { in DequeueNextTask()
531 fn next_task(&mut self, worker: &Worker) -> Option<Notified> { in next_task() method