Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dmach_msg.c1122 boolean_t get_turnstile = (self->turnstile == TURNSTILE_NULL); in mach_msg_receive_results_complete() local
1146 if (port->ip_specialreply || get_turnstile) { in mach_msg_receive_results_complete()
1149 flags, get_turnstile); in mach_msg_receive_results_complete()
H A Dipc_port.c2014 boolean_t get_turnstile) in ipc_port_adjust_special_reply_port_locked() argument
2026 assert(get_turnstile); in ipc_port_adjust_special_reply_port_locked()
2045 if (get_turnstile) { in ipc_port_adjust_special_reply_port_locked()
2050 if (get_turnstile) { in ipc_port_adjust_special_reply_port_locked()
2066 if (!get_turnstile && sync_link_state == PORT_SYNC_LINK_NO_LINKAGE && in ipc_port_adjust_special_reply_port_locked()
2118 if (get_turnstile) { in ipc_port_adjust_special_reply_port_locked()
2132 if (get_turnstile) { in ipc_port_adjust_special_reply_port_locked()
H A Dipc_port.h724 boolean_t get_turnstile);