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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c1908 thread_t target_thread = NULL; local
1916 target_thread = self;
1917 thread_reference(target_thread);
1920 target_thread = task_findtid(curtask, tid);
1921 if (target_thread != NULL)
1922 thread_reference(target_thread);
1952 if (target_thread->taskwatch != NULL){
1964 twp->tw_thread = target_thread; /* holds the thread reference */
1966 twp->tw_importance = target_thread->importance;
1970 target_thread
[all...]

Completed in 64 milliseconds