/unit/src/ |
H A D | nxt_process.h | 63 typedef struct nxt_process_s nxt_process_t; typedef 65 nxt_process_t *process); 129 nxt_process_t *process, nxt_mp_t *mp); 131 nxt_process_t *process, nxt_mp_t *mp); 133 nxt_process_t *process); 167 (nxt_pointer_to(process, sizeof(nxt_process_t))) 184 nxt_process_t *nxt_process_new(nxt_runtime_t *rt); 185 void nxt_process_use(nxt_task_t *task, nxt_process_t *process, int i); 187 nxt_int_t nxt_process_start(nxt_task_t *task, nxt_process_t *process); 188 nxt_process_type_t nxt_process_type(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_process.c | 34 nxt_process_t *process); 40 nxt_process_t *process); 42 nxt_process_t *process); 96 nxt_process_t * 99 nxt_process_t *process; in nxt_process_new() 136 nxt_process_t *process; in nxt_process_init_start() 249 nxt_process_t *p; in nxt_process_child_fixup() 537 nxt_process_t *process; in nxt_process_whoami_ok() 630 nxt_process_t *process; in nxt_process_created_ok() 670 nxt_process_t *process; in nxt_process_created_error() [all …]
|
H A D | nxt_runtime.h | 38 nxt_process_t *mprocess; 98 void nxt_runtime_process_add(nxt_task_t *task, nxt_process_t *process); 99 void nxt_runtime_process_remove(nxt_runtime_t *rt, nxt_process_t *process); 101 nxt_process_t *nxt_runtime_process_find(nxt_runtime_t *rt, nxt_pid_t pid); 103 nxt_process_t *nxt_runtime_process_first(nxt_runtime_t *rt, 106 void nxt_runtime_process_release(nxt_runtime_t *rt, nxt_process_t *process); 146 nxt_process_t *_nxt; \
|
H A D | nxt_isolation.c | 16 nxt_conf_value_t *isolation, nxt_process_t *process); 20 nxt_conf_value_t *isolation, nxt_process_t *process); 32 nxt_process_t *process); 41 nxt_process_t *process, nxt_str_t *app_type); 43 nxt_process_t *process, nxt_array_t *syspaths); 156 nxt_process_t *process) in nxt_isolation_set() 204 nxt_process_t *process) in nxt_isolation_set_namespaces() 229 nxt_process_t *process) in nxt_isolation_set_creds() 440 nxt_process_t *process) in nxt_isolation_set_rootfs() 480 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 | 499 nxt_proto_setup(nxt_task_t *task, nxt_process_t *process) in nxt_proto_setup() 594 nxt_process_t *process; in nxt_proto_start_process_handler() 681 nxt_process_t *process; in nxt_proto_quit_children() 697 nxt_process_t *process; in nxt_proto_process_created_handler() 756 nxt_process_t *process; in nxt_proto_sigchld_handler() 916 nxt_app_setup(nxt_task_t *task, nxt_process_t *process) in nxt_app_setup() 1071 nxt_process_t *process; in nxt_proto_lvlhsh_isolated_pid_test() 1132 static nxt_process_t * 1136 nxt_process_t *process; in nxt_proto_process_remove() 1167 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() 1394 nxt_process_t *child; in nxt_runtime_process_release() 1428 nxt_process_t *process; in nxt_runtime_lvlhsh_pid_test() 1459 nxt_process_t * 1462 nxt_process_t *process; in nxt_runtime_process_find() 1484 static nxt_process_t * 1487 nxt_process_t *process; in nxt_runtime_process_get() 1629 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_main_process.c | 48 static void nxt_main_process_cleanup(nxt_task_t *task, nxt_process_t *process); 374 nxt_process_t *process; in nxt_main_start_process_handler() 555 nxt_process_t *process; in nxt_main_process_created_handler() 621 nxt_process_t *pprocess; in nxt_main_process_whoami_handler() 701 nxt_process_t *process; in nxt_main_process_port_create() 891 nxt_process_t *process, *child; in nxt_main_process_sigchld_handler() 955 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 966 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 984 nxt_queue_each(child, &children, nxt_process_t, link) { in nxt_main_process_sigchld_handler() 1017 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 | 226 nxt_process_t *process; 341 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_controller.c | 43 nxt_process_t *process, nxt_mp_t *mp); 157 nxt_controller_prefork(nxt_task_t *task, nxt_process_t *process, nxt_mp_t *mp) in nxt_controller_prefork() 457 nxt_process_t *process; in nxt_controller_remove_pid_handler()
|
H A D | nxt_php_sapi.c | 81 static nxt_int_t nxt_php_setup(nxt_task_t *task, nxt_process_t *process, 364 nxt_php_setup(nxt_task_t *task, nxt_process_t *process, in nxt_php_setup()
|
H A D | nxt_router.c | 79 static nxt_int_t nxt_router_prefork(nxt_task_t *task, nxt_process_t *process, 327 nxt_router_prefork(nxt_task_t *task, nxt_process_t *process, nxt_mp_t *mp) in nxt_router_prefork() 5837 nxt_process_t *process; in nxt_router_oosm_handler()
|
H A D | nxt_unit.c | 4400 nxt_process_t *process; in nxt_unit_lvlhsh_pid_test()
|