Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dmemorystatus.py42 task_val = GetTaskFromProc(proc_val)
43 if task_val is None:
46 task_ledgerp = task_val.ledger
H A Dprocess.py1687 task_val = active_thread.t_tro.tro_task
1688 proc_val = GetProcFromTask(task_val)
1708 task_val = active_thread.t_tro.tro_task
1709 proc_val = GetProcFromTask(task_val)
1761 task_val = active_thread.t_tro.tro_task
1762 proc_val = GetProcFromTask(task_val)
2073 def GetTaskLedgers(task_val): argument
2079 task_ledgerp = task_val.ledger
2083 task["address"] = unsigned(task_val)
2085 pval = GetProcFromTask(task_val)
[all …]
H A Dscheduler.py365 task_val = active_thread.t_tro.tro_task
H A Dmemory.py5243 task_val = GetTaskFromProc(proc_val)
5244 if task_val is None:
5247 task_ledgerp = task_val.ledger