Home
last modified time | relevance | path

Searched defs:reap_children (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid_common.h107 static int reap_children(pid_t wp_pid, int wp_opts, pid_t *children, int len) in reap_children() function
/external/python/cpython2/Lib/test/
Dtest_support.py1585 def reap_children(): function