Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dcoalition.c273 uint32_t focal_task_count; /* Number of TASK_FOREGROUND_APPLICATION tasks in the coalition */ member
1242 assert(coal->focal_task_count == 0); in coalition_release()
1505 *new_count = os_atomic_add(&coal->focal_task_count, count, relaxed); in task_coalition_adjust_focal_count()
1518 return coal->focal_task_count; in task_coalition_focal_count()
/xnu-8792.61.2/tools/lldbmacros/
H A Dprocess.py602 …coal, type_string, coal.id, coal.ref_count, coal.active_count, coal.focal_task_count, coal.nonfoca…