Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_policy.c195 } task_watch_t; typedef
3075 add_taskwatch_locked(task_t task, task_watch_t * twp) in add_taskwatch_locked()
3094 task_watch_t *twp = NULL; in proc_lf_pidbind()
3121 kfree_type(task_watch_t, twp); in proc_lf_pidbind()
3160 kfree_type(task_watch_t, twp); in proc_lf_pidbind()
3185 task_watch_t * twp; in apply_appstate_watchers()
3251 task_watch_t * twp; in thead_remove_taskwatch()
3264 kfree_type(task_watch_t, twp); in thead_remove_taskwatch()
3274 task_watch_t *twp; in task_removewatchers()
3280 queue_iterate(&queue, twp, task_watch_t *, tw_links) { in task_removewatchers()
[all …]
H A Dpolicy_internal.h337 typedef struct task_watcher task_watch_t; typedef
H A Dthread.h157 typedef struct task_watcher task_watch_t; typedef
698 task_watch_t *taskwatch; /* task watch */