Home
last modified time | relevance | path

Searched refs:tw_importance (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dtask_policy.c194 int tw_importance; /* importance prior to backgrounding */ member
3040 twp->tw_importance = target_thread->importance; in proc_lf_pidbind()
3065 set_thread_appbg(target_thread, 0, twp->tw_importance); in proc_lf_pidbind()
3129 twp->tw_importance = twp->tw_thread->importance; in apply_appstate_watchers()
3132 threadlist[i].importance = twp->tw_importance; in apply_appstate_watchers()
3170 importance = twp->tw_importance; in thead_remove_taskwatch()
3201 set_thread_appbg(twp->tw_thread, 0, twp->tw_importance); in task_removewatchers()