Home
last modified time | relevance | path

Searched defs:coalition (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.81.2/osfmk/kern/
H A Dcoalition.c265 struct coalition { struct
271 * coalition, plus vouchers referring argument
273 uint32_t focal_task_count; /* Number of TASK_FOREGROUND_APPLICATION tasks in the coalition */ argument
274 uint32_t nonfocal_task_count; /* Number of TASK_BACKGROUND_APPLICATION tasks in the coalition */ argument
277 uint32_t privileged : 1; /* Members of this coalition may create argument
282 uint32_t termrequested : 1; /* launchd has requested termination when coalition becomes empty */ argument
283 uint32_t terminated : 1; /* coalition became empty and spawns are now forbidden */ argument
286 uint32_t efficient : 1; /* launchd has marked the coalition as efficient */ argument
288 uint32_t should_notify : 1; /* should this coalition send notifications (default: yes) */ argument
291 queue_chain_t coalitions; /* global list of coalitions */ argument
[all …]
H A Dtask.h497 coalition_t coalition[COALITION_NUM_TYPES]; member
/xnu-8792.81.2/tests/vm/
H A Dmemorystatus_sort_test.c118 coalition_info_t coalition; variable
232 init_coalition(coalition_info_t *coalition) in init_coalition()
291 place_coalition_in_band(const coalition_info_t *coalition, int band) in place_coalition_in_band()
/xnu-8792.81.2/bsd/kern/
H A Dsys_coalition.c189 coalition(proc_t p, struct coalition_args *cap, __unused int32_t *retval) in coalition() function
H A Dkern_memorystatus_freeze.c2526 const coalition_t coalition, in memorystatus_freeze_handle_error()