Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c272 uint32_t nonfocal_task_count; /* Number of TASK_BACKGROUND_APPLICATION tasks in the coalition */ member
1255 assert(coal->nonfocal_task_count == 0); in coalition_release()
1524 *new_count = os_atomic_add(&coal->nonfocal_task_count, count, relaxed); in task_coalition_adjust_nonfocal_count()
1537 return coal->nonfocal_task_count; in task_coalition_nonfocal_count()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py569 …id, coal.ref_count, coal.active_count, coal.focal_task_count, coal.nonfocal_task_count, flag_strin…