Searched refs:set_thread_appbg (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | task_policy.c | 182 static void set_thread_appbg(thread_t thread, int setbg, int importance); 3037 set_thread_appbg(target_thread, setbg, INT_MIN); in proc_lf_pidbind() 3053 set_thread_appbg(target_thread, 0, twp->tw_importance); in proc_lf_pidbind() 3068 set_thread_appbg(thread_t thread, int setbg, __unused int importance) in set_thread_appbg() function 3131 set_thread_appbg(threadlist[j].thread, setbg, threadlist[j].importance); in apply_appstate_watchers() 3161 set_thread_appbg(thread, 0, importance); in thead_remove_taskwatch() 3189 set_thread_appbg(twp->tw_thread, 0, twp->tw_importance); in task_removewatchers()
|