Searched refs:ext_appliedstate (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c136 if ((task->ext_appliedstate.hw_bg == TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE) &&
191 if (task->ext_appliedstate.apptype == PROC_POLICY_OSX_APPTYPE_NONE) {
194 switch (task->ext_appliedstate.apptype) {
205 task->ext_appliedstate.apptype = PROC_POLICY_OSX_APPTYPE_NONE;
218 } /* switch (task->ext_appliedstate.apptype) */
225 if (task->ext_appliedstate.apptype == PROC_POLICY_OSX_APPTYPE_NONE) {
228 switch (task->ext_appliedstate.apptype) {
232 if (task->ext_appliedstate.hw_bg == TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE) {
242 } /* switch (task->ext_appliedstate.apptype) */
440 if ((task->ext_appliedstate
[all...]
H A Dmk_sp.c135 if ((thread->task->ext_appliedstate.apptype == PROC_POLICY_IOS_APPLE_DAEMON) &&
H A Dtask.c536 new_task->ext_appliedstate = parent_task->ext_appliedstate;
538 new_task->ext_appliedstate = default_task_null_policy;
555 new_task->ext_appliedstate = default_task_null_policy;
H A Dtask.h345 process_policy_t ext_appliedstate; /* externally applied actions */ member in struct:task
H A Dthread.h423 struct process_policy ext_appliedstate; /* externally applied actions */ member in struct:thread
H A Dthread.c269 thread_template.ext_appliedstate = default_task_null_policy;
793 if (parent_task->ext_appliedstate.apptype == PROC_POLICY_IOS_APPLE_DAEMON) {

Completed in 22 milliseconds