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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c78 thread_t thread; /* thread being worked on for taskwatch action */
1952 if (target_thread->taskwatch != NULL){
1970 target_thread->taskwatch = twp;
1986 if ((twp = target_thread->taskwatch) != NULL) {
1988 target_thread->taskwatch = NULL;
2092 if ((twp = thread->taskwatch) != NULL) {
2093 thread->taskwatch = NULL;
2147 twp->tw_thread->taskwatch = NULL; /* removed linkage, clear thread holding ref */
H A Dthread.h428 task_watch_t * taskwatch; /* task watch */ member in struct:thread
H A Dthread.c273 thread_template.taskwatch = NULL;

Completed in 35 milliseconds