Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/ipc/
H A Dipc_port.c1617 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_send_update_inheritor()
2105 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2126 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2169 sync_link_state = PORT_SYNC_LINK_RCV_THREAD; in ipc_port_adjust_port_locked()
2195 if (port->ip_sync_link_state != PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_clear_sync_rcv_thread_boost_locked()
H A Dipc_port.h280 #define PORT_SYNC_LINK_RCV_THREAD (0x5) macro