Lines Matching refs:type
50 nxt_process_type_t type) in nxt_port_new() argument
66 port->type = type; in nxt_port_new()
81 nxt_thread_log_debug("port %p %d:%d new, type %d", port, pid, id, type); in nxt_port_new()
93 port->id, port->type); in nxt_port_close()
130 port->id, port->type); in nxt_port_release()
177 if (nxt_fast_path(msg->port_msg.type < NXT_PORT_MSG_MAX)) { in nxt_port_handler()
180 msg->port->socket.fd, msg->port_msg.type, in nxt_port_handler()
184 handlers[msg->port_msg.type](task, msg); in nxt_port_handler()
190 msg->port->socket.fd, msg->port_msg.type); in nxt_port_handler()
220 if (nxt_proc_send_matrix[port->type][new_port->type]) { in nxt_port_send_new_port()
251 msg->type = new_port->type; in nxt_port_send_port()
289 new_port_msg->type); in nxt_port_new_port_handler()
481 if (nxt_proc_remove_notify_matrix[ptype][port->type] == 0) { in nxt_port_remove_notify_others()