Searched refs:hw_bg (Results 1 - 4 of 4) 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) &&
137 (task->appliedstate.hw_bg == TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE)) {
232 if (task->ext_appliedstate.hw_bg == TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE) {
401 val = task->ext_policystate.hw_bg;
403 val = task->policystate.hw_bg;
425 val = thread->ext_policystate.hw_bg;
428 val = self->policystate.hw_bg;
440 if ((task->ext_appliedstate.hw_bg != TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE) ||
441 (task->appliedstate.hw_bg != TASK_POLICY_BACKGROUND_ATTRIBUTE_NONE) ||
442 (thread->ext_appliedstate.hw_bg !
[all...]
H A Dmk_sp.c136 (thread->appliedstate.hw_bg == TASK_POLICY_BACKGROUND_ATTRIBUTE_ALL)) {
H A Dthread.c795 new_thread->policystate.hw_bg = TASK_POLICY_BACKGROUND_ATTRIBUTE_ALL;
797 new_thread->appliedstate.hw_bg = new_thread->policystate.hw_bg;
H A Dtask.h212 hw_bg:8; /* Darwin Background Policy */ member in struct:process_policy

Completed in 39 milliseconds