Searched refs:nxt_port_new (Results 1 – 5 of 5) sorted by relevance
/unit/src/ |
H A D | nxt_port.h | 316 nxt_port_t *nxt_port_new(nxt_task_t *task, nxt_port_id_t id, nxt_pid_t pid,
|
H A D | nxt_port.c | 49 nxt_port_new(nxt_task_t *task, nxt_port_id_t id, nxt_pid_t pid, in nxt_port_new() function
|
H A D | nxt_process.c | 188 port = nxt_port_new(task, 0, 0, init->type); in nxt_process_start()
|
H A D | nxt_runtime.c | 1673 port = nxt_port_new(task, id, pid, type); in nxt_runtime_process_port_create()
|
H A D | nxt_router.c | 854 shared_port = nxt_port_new(task, NXT_SHARED_PORT_ID, nxt_pid, in nxt_router_app_restart_handler() 1830 port = nxt_port_new(task, NXT_SHARED_PORT_ID, nxt_pid, in nxt_router_conf_create() 3454 port = nxt_port_new(task, nxt_port_get_next_id(), nxt_pid, in nxt_router_thread_start()
|