Home
last modified time | relevance | path

Searched refs:task_lists (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/gdb/linux/
H A Dtasks.py22 def task_lists(): function
43 for task in task_lists():
77 for task in task_lists():
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py367 task_lists = {}
370 task_lists.setdefault(fn, []).append(taskname)
380 for recipe, new_tasks in task_lists.items():