Home
last modified time | relevance | path

Searched refs:queue_new_head (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dqueue.h1011 #define queue_new_head(old, new, type, field) \ macro
H A Dtask_policy.c3234 queue_new_head(&task->task_watchers, &queue, task_watch_t *, tw_links); in task_removewatchers()