Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c86 void child_wait();
188 child_wait(child_pipe1[0]); in do_child1()
199 child_wait(child_pipe1[0]); in do_child1()
204 child_wait(child_pipe1[0]); in do_child1()
220 child_wait(child_pipe2[0]); in do_child2()
231 child_wait(child_pipe2[0]); in do_child2()
242 child_wait(child_pipe2[0]); in do_child2()
258 child_wait(child_pipe3[0]); in do_child3()
269 child_wait(child_pipe3[0]); in do_child3()
280 child_wait(child_pipe3[0]); in do_child3()
[all …]
/external/ppp/pppd/
Dmain.c602 if (child_wait > 0)
603 TIMEOUT(childwait_end, NULL, child_wait);
Doptions.c122 int child_wait = 5; /* # seconds to wait for children at exit */ variable
291 { "child-timeout", o_int, &child_wait,
Dpppd.h326 extern int child_wait; /* # seconds to wait for children at end */