Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/ipc/
H A Dipc_port.c1702 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_send_update_inheritor()
2190 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2211 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2254 sync_link_state = PORT_SYNC_LINK_RCV_THREAD; in ipc_port_adjust_port_locked()
2280 if (port->ip_sync_link_state != PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_clear_sync_rcv_thread_boost_locked()
H A Dipc_port.h292 #define PORT_SYNC_LINK_RCV_THREAD (0x5) macro