Searched refs:tw_thread (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c1964 twp->tw_thread = target_thread; /* holds the thread reference */
2059 threadlist[i].thread = twp->tw_thread;
2062 twp->tw_importance = twp->tw_thread->importance;
2098 thread_deallocate(twp->tw_thread);
2147 twp->tw_thread->taskwatch = NULL; /* removed linkage, clear thread holding ref */
2159 set_thread_appbg(twp->tw_thread, 0, twp->tw_importance);
2160 thread_deallocate(twp->tw_thread);
H A Dtask.h220 thread_t tw_thread; /* thread that is watching the watch_task */ member in struct:task_watcher

Completed in 17 milliseconds