Home
last modified time | relevance | path

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

/coreutils/src/
Dtimeout.c81 static pid_t monitored_pid; variable
210 if (monitored_pid) in cleanup()
233 send_sig (monitored_pid, sig); in cleanup()
242 send_sig (monitored_pid, SIGCONT); in cleanup()
535 monitored_pid = fork (); in main()
536 if (monitored_pid == -1) in main()
541 else if (monitored_pid == 0) in main()
570 while ((wait_result = waitpid (monitored_pid, &status, WNOHANG)) == 0) in main()