Searched refs:kill (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lighttpd-angel.c | 42 kill(pid, sig); in sigaction_handler() 48 kill(pid, SIGINT); in sigaction_handler()
|
| H A D | server.c | 1865 kill(0, SIGHUP); in main() 1884 kill(0, SIGINT); in main() 1886 kill(0, SIGTERM); in main()
|
| H A D | mod_scgi.c | 579 if (proc->pid != 0) kill(proc->pid, SIGTERM); in FREE_FUNC() 588 if (proc->pid != 0) kill(proc->pid, SIGTERM); in FREE_FUNC() 3045 kill(proc->pid, SIGTERM); in TRIGGER_FUNC()
|
| H A D | mod_cgi.c | 607 kill(pid, SIGTERM); in cgi_connection_close()
|
| H A D | mod_fastcgi.c | 723 kill(proc->pid, host->kill_signal); in FREE_FUNC() 734 kill(proc->pid, host->kill_signal); in FREE_FUNC()
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | gencode.h | 253 atomset def, kill; member
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 468 atomset def = 0, use = 0, kill = 0; local 497 kill |= ATOMMASK(atom); 527 b->kill = kill; 557 p->in_use |= p->out_use & ~p->kill;
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | fastcgi.txt | 111 "kill-signal" => <integer>, # OPTIONAL 158 :"kill-signal": signal to terminate the FastCGI process with,
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 367 * fixed bogus "cgi died ?" if we kill the CGI process on shutdown 502 * added kill-signal as another setting for fastcgi backends. See the wiki for more.
|