Searched refs:importance (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c200 thread->importance = info->importance;
253 if (thread->importance > MAXPRI)
256 if (thread->importance < -MAXPRI)
259 priority = thread->importance;
336 thread->importance = 0;
453 info->importance = thread->importance;
459 info->importance = 0;
H A Dtask.h178 integer_t importance; /* priority offset (BSD 'nice' value) */ member in struct:task
279 uint32_t imp_receiver :1, /* the task can receive importance boost */
445 integer_t importance);
623 int proc_setthread_saved_importance(thread_t thread, int importance);
H A Dtask_policy.c54 * as well as importance inheritance, process suppression, task QoS, and apptype.
434 integer_t importance)
453 task->importance = importance;
952 * TODO: pidbind needs to stuff remembered importance into saved_importance
958 thread->saved_importance = thread->importance;
959 policy.importance = INT_MIN;
961 policy.importance = thread->saved_importance;
1015 priority += task->importance;
1651 proc_setthread_saved_importance(__unused thread_t thread, __unused int importance) argument
432 task_importance( task_t task, integer_t importance) argument
[all...]
H A Dmk_sp.c142 thread->importance = priority - thread->task_priority;
H A Dthread.c217 thread_template.importance = 0;
840 new_thread->importance = new_thread->priority - new_thread->task_priority;
841 new_thread->saved_importance = new_thread->importance;
H A Dthread.h238 integer_t importance; /* task-relative importance */ member in struct:thread
452 integer_t saved_importance; /* saved task-relative importance */
H A Dtask.c640 new_task->importance = 0;
/xnu-2422.115.4/osfmk/mach/
H A Dthread_policy.h171 * importance: The importance is specified as a signed value.
177 integer_t importance; member in struct:thread_precedence_policy
/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c312 pre.importance = INT32_MAX;

Completed in 100 milliseconds