Searched refs:twp (Results 1 - 1 of 1) 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) argument
1891 queue_enter(&task->task_watchers, twp, task_watch_t *, tw_links);
1897 remove_taskwatch_locked(task_t task, task_watch_t * twp) argument
1899 queue_remove(&task->task_watchers, twp, task_watch_t *, tw_links);
1910 task_watch_t *twp = NULL; local
1941 twp = (task_watch_t *)kalloc(sizeof(task_watch_t));
1942 if (twp == NULL) {
1948 bzero(twp, sizeo
2027 task_watch_t * twp; local
2088 task_watch_t * twp; local
2112 task_watch_t * twp = NULL; local
[all...]

Completed in 24 milliseconds