Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_mqueue.h123 #define IMQ_NULL ((ipc_mqueue_t) 0) macro
H A Dflipc.c423 ipc_mqueue_t port_mq = IMQ_NULL; in flipc_msg_to_remote_node()
432 thread->ith_peekq = IMQ_NULL; in flipc_msg_to_remote_node()
H A Dipc_mqueue.c958 __block ipc_mqueue_t port_mq = IMQ_NULL; in ipc_mqueue_receive_on_thread()
982 if (port_mq != IMQ_NULL) { in ipc_mqueue_receive_on_thread()