Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c11991 struct pipe *wait_pipe; in builtin_wait() local
11993 wait_pipe = parse_jobspec(*argv); in builtin_wait()
11994 if (wait_pipe) { in builtin_wait()
11995 ret = job_exited_or_stopped(wait_pipe); in builtin_wait()
11997 ret = wait_for_child_or_signal(wait_pipe, 0); in builtin_wait()