Home
last modified time | relevance | path

Searched refs:COALITION_TASKROLE_XPC (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dcoalition.h88 #define COALITION_TASKROLE_XPC (2) macro
96 #define COALITION_ROLEMASK_XPC (1 << COALITION_TASKROLE_XPC)
/xnu-12377.61.12/bsd/kern/
H A Dkern_memorystatus_policy.c701 if (task_role_in_coalition == COALITION_TASKROLE_XPC) { in memorystatus_is_process_eligible_for_freeze()
H A Dkern_memorystatus_freeze.c954 if (task_role_in_coalition == COALITION_TASKROLE_XPC) { in memorystatus_freezer_get_status()
/xnu-12377.61.12/doc/observability/
H A Dcoalitions.md21 …is tagged as the `COALITION_TASKROLE_LEADER`, XPC services have `COALITION_TASKROLE_XPC`, and app …
/xnu-12377.61.12/osfmk/kern/
H A Dcoalition.c1196 case COALITION_TASKROLE_XPC: in i_coal_jetsam_set_taskrole()
1252 return COALITION_TASKROLE_XPC; in i_coal_jetsam_get_taskrole()
/xnu-12377.61.12/tests/vm/
H A Dmemorystatus_freeze_test.c2101 coalition_members[i] = spawn_coalition_member(pathbuf, args, COALITION_TASKROLE_XPC, 0);