Searched refs:waitpid_flags (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c2999 int call_set_current, last_stopped_job, job, children_exited, waitpid_flags; local
3009 waitpid_flags = (job_control && subshell_environment == 0)
3013 waitpid_flags |= WNOHANG;
3015 pid = WAITPID (-1, &status, waitpid_flags);
3026 if (sigchld > 0 && (waitpid_flags & WNOHANG))

Completed in 224 milliseconds