Home
last modified time | relevance | path

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

/coreutils/src/
Dtimeout.c556 pid_t wait_result; in main() local
570 while ((wait_result = waitpid (monitored_pid, &status, WNOHANG)) == 0) in main()
573 if (wait_result < 0) in main()