Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_mqueue.c911 struct waitq *port_wq; in ipc_mqueue_receive_on_thread_and_unlock() local
919 port_wq = waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_LOCK | in ipc_mqueue_receive_on_thread_and_unlock()
924 if (port_wq != NULL) { in ipc_mqueue_receive_on_thread_and_unlock()
935 port = ip_from_waitq(port_wq); in ipc_mqueue_receive_on_thread_and_unlock()