Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dcoalition.c224 uint64_t dead_task_count; /* tasks that have exited in this coalition; member
632 if (cr->task_count < cr->dead_task_count) { in i_coal_resource_adopt_task()
635 cr->task_count, cr->dead_task_count); in i_coal_resource_adopt_task()
639 if (cr->task_count - cr->dead_task_count == 1) { in i_coal_resource_adopt_task()
647 task_pid(task), coal->id, cr->task_count, cr->dead_task_count, in i_coal_resource_adopt_task()
667 cr->dead_task_count++; in i_coal_resource_remove_task()
669 if (cr->task_count < cr->dead_task_count) { in i_coal_resource_remove_task()
671 __func__, coal, coal->id, coal_type_str(coal->type), cr->task_count, cr->dead_task_count); in i_coal_resource_remove_task()
675 if (cr->task_count - cr->dead_task_count == 0) { in i_coal_resource_remove_task()
710 task_pid(task), coal->id, cr->task_count, cr->dead_task_count); in i_coal_resource_remove_task()
[all …]
/xnu-11417.140.69/tools/lldbmacros/
H A Dprocess.py611 …asks {2: <d}".format(coal.r.task_count, coal.r.dead_task_count, coal.r.task_count - coal.r.dead_ta…