Searched refs:tw_links (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | task_policy.c | 190 queue_chain_t tw_links; /* queueing of threads */ member 2984 queue_enter(&task->task_watchers, twp, task_watch_t *, tw_links); in add_taskwatch_locked() 2991 queue_remove(&task->task_watchers, twp, task_watch_t *, tw_links); in remove_taskwatch_locked() 3125 queue_iterate(&task->task_watchers, twp, task_watch_t *, tw_links) { in apply_appstate_watchers() 3184 queue_new_head(&task->task_watchers, &queue, task_watch_t *, tw_links); in task_removewatchers() 3187 queue_iterate(&queue, twp, task_watch_t *, tw_links) { in task_removewatchers() 3199 queue_remove_first(&queue, twp, task_watch_t *, tw_links); in task_removewatchers()
|