Searched refs:nxt_runtime_process_find (Results 1 – 7 of 7) sorted by last modified time
/unit/src/ |
H A D | nxt_runtime.c | 1461 nxt_runtime_process_find(nxt_runtime_t *rt, nxt_pid_t pid) in nxt_runtime_process_find() function
|
H A D | nxt_router.c | 5421 process = nxt_runtime_process_find(task->thread->runtime, in nxt_router_oosm_handler()
|
H A D | nxt_controller.c | 466 process = nxt_runtime_process_find(rt, pid); in nxt_controller_remove_pid_handler()
|
H A D | nxt_port_memory.c | 179 process = nxt_runtime_process_find(task->thread->runtime, hdr->src_pid); in nxt_port_mmap_buf_completion() 520 process = nxt_runtime_process_find(task->thread->runtime, spid); in nxt_port_get_port_incoming_mmap()
|
H A D | nxt_main_process.c | 636 pprocess = nxt_runtime_process_find(rt, ppid); in nxt_main_process_whoami_handler() 939 process = nxt_runtime_process_find(rt, pid); in nxt_main_process_sigchld_handler()
|
H A D | nxt_port.c | 318 process = nxt_runtime_process_find(rt, msg->port_msg.pid); in nxt_port_process_ready_handler() 358 process = nxt_runtime_process_find(rt, msg->port_msg.pid); in nxt_port_mmap_handler() 532 process = nxt_runtime_process_find(rt, pid); in nxt_port_remove_pid()
|
H A D | nxt_runtime.h | 101 nxt_process_t *nxt_runtime_process_find(nxt_runtime_t *rt, nxt_pid_t pid);
|