Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_mqueue.c928 struct waitq *port_wq; in ipc_mqueue_receive_on_thread_and_unlock() local
936 port_wq = waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_LOCK | in ipc_mqueue_receive_on_thread_and_unlock()
941 if (port_wq != NULL) { in ipc_mqueue_receive_on_thread_and_unlock()
952 port = ip_from_waitq(port_wq); in ipc_mqueue_receive_on_thread_and_unlock()