Home
last modified time | relevance | path

Searched refs:schedule_tasks (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/src/
Dabg-workers.cc206 schedule_tasks(const tasks_type& tasks) in schedule_tasks() function
327 queue::schedule_tasks(const tasks_type& tasks) in schedule_tasks() function in abigail::workers::queue
328 {return p_->schedule_tasks(tasks);} in schedule_tasks()
/third_party/libabigail/include/
Dabg-workers.h86 bool schedule_tasks(const tasks_type&);
/third_party/libabigail/tools/
Dabipkgdiff.cc2811 comparison_queue.schedule_tasks(compare_tasks); in compare_prepared_userspace_packages()
2964 comparison_queue.schedule_tasks(self_compare_tasks); in self_compare_prepared_userspace_package()
/third_party/libabigail/
DChangeLog19972 * Add a workers::queue::schedule_tasks() method
19978 (queue::schedule_tasks): Declare new member function.
19988 (queue::priv::schedule_tasks): Add a new member function.
19997 (queue::schedule_tasks): Define new member function.