Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid_common.h76 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()
/aosp_15_r20/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc313 int status, wp_pid; in TEST() local