Lines Matching full:kill
59 /* kill() may choose arbitrarily the target task of the process group
63 # define my_tgkill(pid, tid, sig) kill ((tid), (sig))
496 kill(getppid(), SIGKILL);
598 kill(pid, SIGSTOP); /* stop HERE */
610 kill(pid, SIGSTOP);
653 kill(getpid(), SIGSTOP);
712 kill(getpid(), SIGSTOP);
732 kill(tracee_pid, SIGKILL);
739 kill(pid, SIGKILL);
755 kill(pid, SIGKILL);
1018 in the STARTUP_CHILD mode we kill the spawned process anyway. */
1338 kill(tcp->pid, SIGINT);
1351 kill(tcp->pid, SIGCONT);
1377 it did the kill -STOP */
1380 kill(tcp->pid, SIGCONT);
1749 if (sig && kill(tcp->pid, sig) < 0)
1750 perror("detach: kill");
1808 kill(tcp->pid, SIGCONT);
1809 kill(tcp->pid, SIGTERM);
2176 kill(poller_pid, SIGKILL);
2178 kill(poller_pid, SIGUSR1);
2321 SIG == other Continuing TCP with SIG will kill the process.