Searched refs:wp_opts (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid_common.h | 89 int waitpid_ret_test(pid_t wp_pid, int *wp_status, int wp_opts, in waitpid_ret_test() argument 94 ret = waitpid(wp_pid, wp_status, wp_opts); in waitpid_ret_test() 107 static int reap_children(pid_t wp_pid, int wp_opts, pid_t *children, int len) in reap_children() argument 114 pid = waitpid(wp_pid, &status, wp_opts); in reap_children() 127 if (wp_opts & WNOHANG) in reap_children()
|