Home
last modified time | relevance | path

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

12

/third_party/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()
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()
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()
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()
Dwaitpid07.c56 if (TST_TRACE(reap_children(-1, WNOHANG, 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()
Dwaitpid_common.h94 static int reap_children(pid_t wp_pid, int wp_opts, pid_t *children, int len) in reap_children() function
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c93 static void reap_children(void) in reap_children() function
142 reap_children(); in verify_shmstat_attach()
164 reap_children(); in verify_shmstat_inherit()
/third_party/python/Lib/test/
Dtest_unittest.py12 support.reap_children()
Dtest_distutils.py24 support.reap_children()
Dtest_crashers.py34 test.support.reap_children()
Dtest_wait4.py36 support.reap_children()
Dtest_pipes.py6 from test.support import reap_children, unix_shell
204 reap_children()
Dtest_wait3.py53 support.reap_children()
Dtest_popen.py46 support.reap_children()
Dtest_fork1.py97 support.reap_children()
Dtest_select.py97 support.reap_children()
Dtest_pty.py1 from test.support import verbose, reap_children
457 reap_children()
Dtest_support.py447 support.reap_children()
470 support.reap_children()
490 support.reap_children()
Dtest_socketserver.py17 from test.support import reap_children, verbose
84 reap_children()
Dtest_c_locale_coercion.py431 support.reap_children()
Dtest_zipimport_support.py240 test.support.reap_children()
Dtest_multiprocessing_main_handling.py298 support.reap_children()
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c577 static void reap_children(void) in reap_children() function
611 reap_children(); in cleanup()
684 reap_children(); in run()

12