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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c68 static void add_taskwatch_locked(task_t task, task_watch_t * twp);
69 static void remove_taskwatch_locked(task_t task, task_watch_t * twp);
1889 add_taskwatch_locked(task_t task, task_watch_t * twp)
1891 queue_enter(&task->task_watchers, twp, task_watch_t *, tw_links);
1897 remove_taskwatch_locked(task_t task, task_watch_t * twp)
1899 queue_remove(&task->task_watchers, twp, task_watch_t *, tw_links);
1910 task_watch_t *twp = NULL;
1941 twp = (task_watch_t *)kalloc(sizeof(task_watch_t));
1948 bzero(twp, sizeof(task_watch_t));
[all...]
H A Dtask.h223 } task_watch_t; typedef in typeref:struct:task_watcher
H A Dthread.h428 task_watch_t * taskwatch; /* task watch */

Completed in 29 milliseconds