Searched refs:pid_to_monitor (Results 1 – 1 of 1) sorted by relevance
46 pid_t pid_to_monitor; variable50 if (0 < pid_to_monitor) { in sighandler()51 if (kill(pid_to_monitor, SIGKILL) == -1) { in sighandler()55 waitpid(pid_to_monitor, NULL, WNOHANG); in sighandler()100 switch (pid_to_monitor = fork()) { in main()112 if (waitpid(pid_to_monitor, &status, 0) == in main()113 pid_to_monitor) in main()