OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_wait
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/syscalls/fcntl/
fcntl17.c
86
void
child_wait
();
188
child_wait
(child_pipe1[0]);
199
child_wait
(child_pipe1[0]);
204
child_wait
(child_pipe1[0]);
220
child_wait
(child_pipe2[0]);
231
child_wait
(child_pipe2[0]);
242
child_wait
(child_pipe2[0]);
258
child_wait
(child_pipe3[0]);
269
child_wait
(child_pipe3[0]);
280
child_wait
(child_pipe3[0])
377
void
child_wait
(int fd)
function
[
all
...]
/external/ppp/pppd/
pppd.h
326
extern int
child_wait
; /* # seconds to wait for children at end */
[
all
...]
main.c
625
if (
child_wait
> 0)
626
TIMEOUT(childwait_end, NULL,
child_wait
);
[
all
...]
options.c
122
int
child_wait
= 5; /* # seconds to wait for children at exit */
variable
291
{ "child-timeout", o_int, &
child_wait
,
[
all
...]
Completed in 1695 milliseconds