Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/waitpid/
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
/third_party/python/Lib/test/support/
D__init__.py1176 def reap_children(): function