Searched refs:reap_children (Results 1 – 25 of 65) sorted by relevance
123
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid11.c | 53 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()
|
D | waitpid12.c | 62 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()
|
D | waitpid13.c | 62 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()
|
D | waitpid10.c | 59 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()
|
D | waitpid06.c | 51 if (TST_TRACE(reap_children(-1, 0, fork_kid_pid, MAXKIDS))) in do_child_1()
|
D | waitpid07.c | 56 if (TST_TRACE(reap_children(-1, WNOHANG, fork_kid_pid, MAXKIDS))) in do_child_1()
|
D | waitpid08.c | 59 if (TST_TRACE(reap_children(-1, WUNTRACED, fork_kid_pid, MAXKIDS))) in do_child_1()
|
/external/python/cpython3/Lib/test/ |
D | test_wait3.py | 8 from test.support import reap_children 35 reap_children()
|
D | test_wait4.py | 9 from test.support import reap_children, get_attribute 36 reap_children()
|
D | test_fork1.py | 13 from test.support import (reap_children, get_attribute, 109 reap_children()
|
D | test_distutils.py | 14 test.support.reap_children()
|
D | test_unittest.py | 9 support.reap_children()
|
D | test_crashers.py | 34 test.support.reap_children()
|
D | test_pty.py | 1 from test.support import verbose, import_module, reap_children 309 reap_children()
|
D | test_pipes.py | 6 from test.support import TESTFN, run_unittest, unlink, reap_children 200 reap_children()
|
D | test_popen.py | 43 support.reap_children()
|
/external/python/cpython2/Lib/test/ |
D | test_wait4.py | 8 from test.test_support import run_unittest, reap_children, get_attribute 35 reap_children()
|
D | test_wait3.py | 8 from test.test_support import run_unittest, reap_children 36 reap_children()
|
D | test_commands.py | 8 from test.test_support import run_unittest, reap_children, import_module, \ 70 reap_children()
|
D | test_fork1.py | 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module 68 reap_children()
|
D | test_distutils.py | 14 test_support.reap_children()
|
D | test_unittest.py | 8 test_support.reap_children()
|
D | test_popen2.py | 14 from test.test_support import run_unittest, reap_children 59 reap_children()
|
D | test_popen.py | 38 test_support.reap_children()
|
D | test_pipes.py | 5 from test.test_support import TESTFN, run_unittest, unlink, reap_children 201 reap_children()
|
123