Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/ !
H A Dipc_port.c1581 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_send_update_inheritor()
2069 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2090 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()
2133 sync_link_state = PORT_SYNC_LINK_RCV_THREAD; in ipc_port_adjust_port_locked()
2159 if (port->ip_sync_link_state != PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_clear_sync_rcv_thread_boost_locked()
H A Dipc_port.h263 #define PORT_SYNC_LINK_RCV_THREAD (0x5) macro