Searched defs:wp_pid (Results 1 – 2 of 2) sorted by relevance
76 int waitpid_ret_test(pid_t wp_pid, int *wp_status, int wp_opts, in waitpid_ret_test()94 static int reap_children(pid_t wp_pid, int wp_opts, pid_t *children, int len) in reap_children()
313 int status, wp_pid; in TEST() local