Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlighttpd-angel.c42 kill(pid, sig); in sigaction_handler()
48 kill(pid, SIGINT); in sigaction_handler()
H A Dserver.c1865 kill(0, SIGHUP); in main()
1884 kill(0, SIGINT); in main()
1886 kill(0, SIGTERM); in main()
H A Dmod_scgi.c579 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 Dmod_cgi.c607 kill(pid, SIGTERM); in cgi_connection_close()
H A Dmod_fastcgi.c723 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 Dgencode.h253 atomset def, kill; member
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c468 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 Dfastcgi.txt111 "kill-signal" => <integer>, # OPTIONAL
158 :"kill-signal": signal to terminate the FastCGI process with,
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS367 * 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.