/unit/src/ |
H A D | nxt_process.h | 54 typedef struct nxt_process_s nxt_process_t; typedef 57 nxt_process_t *process); 59 const nxt_process_t *process); 133 nxt_process_t *process, nxt_mp_t *mp); 135 nxt_process_t *process, nxt_mp_t *mp); 137 nxt_process_t *process); 173 (nxt_pointer_to(process, sizeof(nxt_process_t))) 190 nxt_process_t *nxt_process_new(nxt_runtime_t *rt); 191 void nxt_process_use(nxt_task_t *task, nxt_process_t *process, int i); 193 nxt_int_t nxt_process_start(nxt_task_t *task, nxt_process_t *process); [all …]
|
H A D | nxt_isolation.h | 9 nxt_int_t nxt_isolation_main_prefork(nxt_task_t *task, nxt_process_t *process, 14 nxt_process_t *process); 15 nxt_int_t nxt_isolation_change_root(nxt_task_t *task, nxt_process_t *process);
|
H A D | nxt_runtime.h | 38 nxt_process_t *mprocess; 99 void nxt_runtime_process_add(nxt_task_t *task, nxt_process_t *process); 100 void nxt_runtime_process_remove(nxt_runtime_t *rt, nxt_process_t *process); 102 nxt_process_t *nxt_runtime_process_find(nxt_runtime_t *rt, nxt_pid_t pid); 104 nxt_process_t *nxt_runtime_process_first(nxt_runtime_t *rt, 107 void nxt_runtime_process_release(nxt_runtime_t *rt, nxt_process_t *process); 150 nxt_process_t *_nxt; \
|
H A D | nxt_process.c | 50 nxt_process_t *process); 56 nxt_process_t *process); 58 nxt_process_t *process); 112 nxt_process_t * 115 nxt_process_t *process; in nxt_process_new() 152 nxt_process_t *process; in nxt_process_init_start() 265 nxt_process_t *p; in nxt_process_child_fixup() 817 nxt_process_t *process; in nxt_process_whoami_ok() 910 nxt_process_t *process; in nxt_process_created_ok() 950 nxt_process_t *process; in nxt_process_created_error() [all …]
|
H A D | nxt_cgroup.h | 10 nxt_int_t nxt_cgroup_proc_add(nxt_task_t *task, nxt_process_t *process); 11 void nxt_cgroup_cleanup(nxt_task_t *task, const nxt_process_t *process);
|
H A D | nxt_isolation.c | 17 nxt_conf_value_t *isolation, nxt_process_t *process); 38 nxt_process_t *process); 47 nxt_process_t *process, nxt_str_t *app_type); 49 nxt_process_t *process, nxt_array_t *syspaths); 166 nxt_process_t *process) in nxt_isolation_set() 222 nxt_process_t *process) in nxt_isolation_set_cgroup() 258 nxt_process_t *process) in nxt_isolation_set_namespaces() 283 nxt_process_t *process) in nxt_isolation_set_creds() 494 nxt_process_t *process) in nxt_isolation_set_rootfs() 534 nxt_process_t *process) in nxt_isolation_set_automount() [all …]
|
H A D | nxt_port_memory.h | 30 nxt_port_incoming_port_mmap(nxt_task_t *task, nxt_process_t *process, 53 void nxt_process_broadcast_shm_ack(nxt_task_t *task, nxt_process_t *process);
|
H A D | nxt_application.c | 601 nxt_process_t *process; in nxt_proto_start_process_handler() 690 nxt_process_t *process; in nxt_proto_quit_children() 706 nxt_process_t *process; in nxt_proto_process_created_handler() 770 nxt_process_t *process; in nxt_proto_sigchld_handler() 943 nxt_process_t *process; in nxt_app_set_logs() 1012 nxt_app_setup(nxt_task_t *task, nxt_process_t *process) in nxt_app_setup() 1167 nxt_process_t *process; in nxt_proto_lvlhsh_isolated_pid_test() 1228 static nxt_process_t * 1232 nxt_process_t *process; in nxt_proto_process_remove() 1263 static nxt_process_t * [all …]
|
H A D | nxt_runtime.c | 498 nxt_process_t *process; in nxt_runtime_stop_app_processes() 525 nxt_process_t *process; in nxt_runtime_stop_all_processes() 547 nxt_process_t *process; in nxt_runtime_exit() 1462 nxt_process_t *child; in nxt_runtime_process_release() 1497 nxt_process_t *process; in nxt_runtime_lvlhsh_pid_test() 1528 nxt_process_t * 1531 nxt_process_t *process; in nxt_runtime_process_find() 1553 static nxt_process_t * 1556 nxt_process_t *process; in nxt_runtime_process_get() 1700 nxt_process_t * [all …]
|
H A D | nxt_port.c | 207 nxt_process_t *process; in nxt_port_send_new_port() 313 nxt_process_t *process; in nxt_port_process_ready_handler() 348 nxt_process_t *process; in nxt_port_mmap_handler() 380 nxt_process_t *process; in nxt_port_change_log_file() 455 nxt_port_remove_notify_others(nxt_task_t *task, nxt_process_t *process) in nxt_port_remove_notify_others() 461 nxt_process_t *p; in nxt_port_remove_notify_others() 522 nxt_process_t *process; in nxt_port_remove_pid()
|
H A D | nxt_cgroup.c | 18 nxt_cgroup_proc_add(nxt_task_t *task, nxt_process_t *process) in nxt_cgroup_proc_add() 68 nxt_cgroup_cleanup(nxt_task_t *task, const nxt_process_t *process) in nxt_cgroup_cleanup()
|
H A D | nxt_main_process.c | 51 static void nxt_main_process_cleanup(nxt_task_t *task, nxt_process_t *process); 379 nxt_process_t *process; in nxt_main_start_process_handler() 560 nxt_process_t *process; in nxt_main_process_created_handler() 631 nxt_process_t *pprocess; in nxt_main_process_whoami_handler() 711 nxt_process_t *process; in nxt_main_process_port_create() 901 nxt_process_t *process, *child; in nxt_main_process_sigchld_handler() 965 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 976 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 994 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 1027 nxt_main_process_cleanup(nxt_task_t *task, nxt_process_t *process) in nxt_main_process_cleanup()
|
H A D | nxt_application.h | 31 nxt_process_t *process, nxt_common_app_conf_t *conf);
|
H A D | nxt_port_memory.c | 123 nxt_process_t *process; in nxt_port_mmap_buf_completion() 204 nxt_port_incoming_port_mmap(nxt_task_t *task, nxt_process_t *process, in nxt_port_incoming_port_mmap() 517 nxt_process_t *process; in nxt_port_get_port_incoming_mmap() 854 nxt_process_broadcast_shm_ack(nxt_task_t *task, nxt_process_t *process) in nxt_process_broadcast_shm_ack() 874 nxt_process_t *process; in nxt_port_broadcast_shm_ack()
|
H A D | nxt_port.h | 240 nxt_process_t *process; 355 void nxt_port_remove_notify_others(nxt_task_t *task, nxt_process_t *process);
|
H A D | nxt_java.c | 32 static nxt_int_t nxt_java_setup(nxt_task_t *task, nxt_process_t *process, 78 nxt_java_setup(nxt_task_t *task, nxt_process_t *process, in nxt_java_setup()
|
H A D | nxt_php_sapi.c | 82 static nxt_int_t nxt_php_setup(nxt_task_t *task, nxt_process_t *process, 372 nxt_php_setup(nxt_task_t *task, nxt_process_t *process, in nxt_php_setup()
|
H A D | nxt_controller.c | 45 nxt_process_t *process, nxt_mp_t *mp); 175 nxt_controller_prefork(nxt_task_t *task, nxt_process_t *process, nxt_mp_t *mp) in nxt_controller_prefork() 489 nxt_process_t *process; in nxt_controller_remove_pid_handler()
|
H A D | nxt_router.c | 94 static nxt_int_t nxt_router_prefork(nxt_task_t *task, nxt_process_t *process, 325 nxt_router_prefork(nxt_task_t *task, nxt_process_t *process, nxt_mp_t *mp) in nxt_router_prefork() 5716 nxt_process_t *process; in nxt_router_oosm_handler()
|
H A D | nxt_unit.c | 4414 nxt_process_t *process; in nxt_unit_lvlhsh_pid_test()
|