HomeSort by relevance Sort by last modified time
    Searched refs:reap_children (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
test_wait3.py 8 from test.test_support import run_unittest, reap_children
36 reap_children()
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
29 reap_children()
  /external/python/cpython2/Lib/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
test_wait3.py 8 from test.test_support import run_unittest, reap_children
36 reap_children()
test_wait4.py 8 from test.test_support import run_unittest, reap_children, get_attribute
35 reap_children()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
test_wait3.py 8 from test.test_support import run_unittest, reap_children
36 reap_children()
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
29 reap_children()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
test_wait3.py 8 from test.test_support import run_unittest, reap_children
36 reap_children()
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
29 reap_children()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
test_wait3.py 8 from test.test_support import run_unittest, reap_children
36 reap_children()
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
29 reap_children()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_distutils.py 14 test_support.reap_children()
test_unittest.py 8 test_support.reap_children()
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid11.c 53 if (TST_TRACE(reap_children(0, 0, fork_kid_pid + MAXKIDS/2, MAXKIDS/2)))
57 if (TST_TRACE(reap_children(-group, 0, fork_kid_pid, MAXKIDS / 2)))
waitpid12.c 62 if (TST_TRACE(reap_children(0, WNOHANG, fork_kid_pid + (MAXKIDS / 2),
66 if (TST_TRACE(reap_children(-group, WNOHANG, fork_kid_pid,
waitpid13.c 62 if (TST_TRACE(reap_children(0, WUNTRACED, fork_kid_pid + (MAXKIDS / 2),
66 if (TST_TRACE(reap_children(-group, WUNTRACED, fork_kid_pid,

Completed in 711 milliseconds

1 2 3 4 5 6