Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dhost_notify.c138 queue_t notify_queue = &host_notify_queue[notify_type]; in host_notify_all() local
142 if (!queue_empty(notify_queue)) { in host_notify_all()
146 send_queue = *notify_queue; in host_notify_all()
147 queue_init(notify_queue); in host_notify_all()