Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c271 uint32_t focal_task_count; /* Number of TASK_FOREGROUND_APPLICATION tasks in the coalition */ member
1254 assert(coal->focal_task_count == 0); in coalition_release()
1500 *new_count = os_atomic_add(&coal->focal_task_count, count, relaxed); in task_coalition_adjust_focal_count()
1513 return coal->focal_task_count; in task_coalition_focal_count()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py569 …coal, type_string, coal.id, coal.ref_count, coal.active_count, coal.focal_task_count, coal.nonfoca…