Searched refs:threadlist (Results 1 – 1 of 1) sorted by relevance
3184 thread_watchlist_t * threadlist; in apply_appstate_watchers() local3194 if (threadlist == NULL) { in apply_appstate_watchers()3204 kfree_type(thread_watchlist_t, numwatchers, threadlist); in apply_appstate_watchers()3210 kfree_type(thread_watchlist_t, numwatchers, threadlist); in apply_appstate_watchers()3219 threadlist[i].thread = twp->tw_thread; in apply_appstate_watchers()3220 thread_reference(threadlist[i].thread); in apply_appstate_watchers()3223 threadlist[i].importance = INT_MIN; in apply_appstate_watchers()3225 threadlist[i].importance = twp->tw_importance; in apply_appstate_watchers()3236 set_thread_appbg(threadlist[j].thread, setbg, threadlist[j].importance); in apply_appstate_watchers()3237 thread_deallocate(threadlist[j].thread); in apply_appstate_watchers()[all …]