Home
last modified time | relevance | path

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

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