Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_policy.c191 task_t tw_task; /* task that is being watched */ member
3130 twp->tw_task = target_task; /* holds the task reference */ in proc_lf_pidbind()
3151 task = twp->tw_task; in proc_lf_pidbind()
3257 remove_taskwatch_locked(twp->tw_task, twp); in thead_remove_taskwatch()
3262 task_deallocate(twp->tw_task); in thead_remove_taskwatch()
3296 task_deallocate(twp->tw_task); in task_removewatchers()
H A Dtask.h672 task_t tw_task; /* (Space lock) & tw_refcount == 0 */ member
H A Dtask.c4860 watchports->tw_task = task; in task_watchports_alloc_init()
4881 task_deallocate(watchports->tw_task); in task_watchports_deallocate()