Home
last modified time | relevance | path

Searched refs:reap_children (Results 1 – 25 of 67) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid11.c53 if (TST_TRACE(reap_children(0, 0, fork_kid_pid + MAXKIDS/2, MAXKIDS/2))) in do_child_1()
57 if (TST_TRACE(reap_children(-group, 0, fork_kid_pid, MAXKIDS / 2))) in do_child_1()
Dwaitpid13.c62 if (TST_TRACE(reap_children(0, WUNTRACED, fork_kid_pid + (MAXKIDS / 2), in do_child_1()
66 if (TST_TRACE(reap_children(-group, WUNTRACED, fork_kid_pid, in do_child_1()
Dwaitpid12.c62 if (TST_TRACE(reap_children(0, WNOHANG, fork_kid_pid + (MAXKIDS / 2), in do_child_1()
66 if (TST_TRACE(reap_children(-group, WNOHANG, fork_kid_pid, in do_child_1()
Dwaitpid10.c59 if (TST_TRACE(reap_children(0, 0, fork_kid_pid, MAXKIDS))) in do_child_1()
97 if (TST_TRACE(reap_children(fork_pid, 0, &fork_pid, 1))) in do_fork()
Dwaitpid06.c51 if (TST_TRACE(reap_children(-1, 0, fork_kid_pid, MAXKIDS))) in do_child_1()
Dwaitpid08.c59 if (TST_TRACE(reap_children(-1, WUNTRACED, fork_kid_pid, MAXKIDS))) in do_child_1()
Dwaitpid07.c56 if (TST_TRACE(reap_children(-1, WNOHANG, fork_kid_pid, MAXKIDS))) in do_child_1()
/external/python/cpython2/Lib/test/
Dtest_wait4.py8 from test.test_support import run_unittest, reap_children, get_attribute
35 reap_children()
Dtest_wait3.py8 from test.test_support import run_unittest, reap_children
36 reap_children()
Dtest_commands.py8 from test.test_support import run_unittest, reap_children, import_module, \
70 reap_children()
Dtest_fork1.py11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
68 reap_children()
Dtest_distutils.py14 test_support.reap_children()
Dtest_unittest.py8 test_support.reap_children()
Dtest_popen2.py14 from test.test_support import run_unittest, reap_children
59 reap_children()
Dtest_popen.py38 test_support.reap_children()
Dtest_pipes.py5 from test.test_support import TESTFN, run_unittest, unlink, reap_children
201 reap_children()
/external/toybox/toys/posix/
Dxargs.c162 if (pid || FLAG(r)) goto reap_children; in xargs_main()
181 if (!fyesno(TT.tty, 0)) goto reap_children; in xargs_main()
192 reap_children: in xargs_main()
/external/python/cpython3/Lib/test/
Dtest_unittest.py9 support.reap_children()
Dtest_distutils.py15 test.support.reap_children()
Dtest_crashers.py34 test.support.reap_children()
Dtest_wait4.py36 support.reap_children()
Dtest_wait3.py53 support.reap_children()
Dtest_popen.py43 support.reap_children()
Dtest_pipes.py6 from test.support import TESTFN, run_unittest, unlink, reap_children
199 reap_children()
Dtest_pty.py1 from test.support import verbose, import_module, reap_children
322 reap_children()

123