Searched refs:tasklist (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | ipc.py | 1499 def IterateAllPorts(tasklist, func, ctx, include_psets, follow_busyports, should_log): argument 1512 if tasklist is None: 1513 tasklist = list(kern.tasks) 1514 tasklist += list(kern.terminated_tasks) 1518 for t in tasklist: 1531 procname, tidx, len(tasklist), "" 1755 tasklist = None 1758 tasklist = [space.is_task] 1764 tasklist, FindPortRightsCallback, (port, rights_type), False, False, True
|
| H A D | process.py | 1210 for tasklist in [kern.tasks, kern.terminated_tasks]: 1211 for task in tasklist:
|