Searched refs:set_thread_appbg (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | task_policy.c | 182 static void set_thread_appbg(thread_t thread, int setbg, int importance); 3049 set_thread_appbg(target_thread, setbg, INT_MIN); in proc_lf_pidbind() 3065 set_thread_appbg(target_thread, 0, twp->tw_importance); in proc_lf_pidbind() 3080 set_thread_appbg(thread_t thread, int setbg, __unused int importance) in set_thread_appbg() function 3143 set_thread_appbg(threadlist[j].thread, setbg, threadlist[j].importance); in apply_appstate_watchers() 3173 set_thread_appbg(thread, 0, importance); in thead_remove_taskwatch() 3201 set_thread_appbg(twp->tw_thread, 0, twp->tw_importance); in task_removewatchers()
|