Searched refs:policystate (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c403 val = task->policystate.hw_bg;
428 val = self->policystate.hw_bg;
478 if (task->policystate.hw_bg != intval)
479 task->policystate.hw_bg = intval;
537 self->policystate.hw_bg = prio;
572 task->policystate.hw_bg |= val;
600 self->policystate.hw_bg |= val;
619 task->policystate.hw_bg &= ~intval;
647 self->policystate.hw_bg &= ~val;
696 if (task->appliedstate.hw_bg != task->policystate
[all...]
H A Dthread.c270 thread_template.policystate = default_task_proc_policy;
795 new_thread->policystate.hw_bg = TASK_POLICY_BACKGROUND_ATTRIBUTE_ALL;
797 new_thread->appliedstate.hw_bg = new_thread->policystate.hw_bg;
H A Dtask.h348 process_policy_t policystate; /* process wide policy states */ member in struct:task
H A Dtask.c530 new_task->policystate = parent_task->policystate;
552 new_task->policystate = default_task_proc_policy;
H A Dthread.h426 struct process_policy policystate; /* process wide policy states */ member in struct:thread

Completed in 32 milliseconds