Searched refs:task_importance (Results 1 – 3 of 3) sorted by relevance
452 (void)task_importance(p->task, -p->p_nice); in resetpriority()
60 extern kern_return_t task_importance(task_t task, integer_t importance);
530 task_importance( in task_importance() function3810 int task_importance = 0; in task_importance_estimate() local3817 task_importance += TASK_IMPORTANCE_FOREGROUND; in task_importance_estimate()3821 task_importance += TASK_IMPORTANCE_NOTDARWINBG; in task_importance_estimate()3824 return task_importance; in task_importance_estimate()