Searched refs:tasks_type (Results 1 – 4 of 4) sorted by relevance
74 typedef std::vector<task_sptr> tasks_type; typedef87 bool schedule_tasks(const tasks_type&);89 tasks_type& get_completed_tasks() const;
206 schedule_tasks(const tasks_type& tasks) in schedule_tasks()209 for (tasks_type::const_iterator t = tasks.begin(); t != tasks.end(); ++t) in schedule_tasks()327 queue::schedule_tasks(const tasks_type& tasks) in schedule_tasks()
2643 abigail::workers::queue::tasks_type compare_tasks; in compare_prepared_userspace_packages()2724 queue::tasks_type& done_tasks = comparison_queue.get_completed_tasks(); in compare_prepared_userspace_packages()2728 for (queue::tasks_type::const_iterator i = done_tasks.begin(); in compare_prepared_userspace_packages()2809 abigail::workers::queue::tasks_type self_compare_tasks; in self_compare_prepared_userspace_package()2876 queue::tasks_type& done_tasks = comparison_queue.get_completed_tasks(); in self_compare_prepared_userspace_package()2880 for (queue::tasks_type::const_iterator i = done_tasks.begin(); in self_compare_prepared_userspace_package()
11562 * include/abg-workers.h (queue::tasks_type): New typedef.