Home
last modified time | relevance | path

Searched refs:waitpid_for_pind (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/process/
Dwaitpid.c35 pid_t waitpid_for_pind = waitpid(pid, &status, options); in waitpid_0100() local
36 if (waitpid_for_pind != pid) { in waitpid_0100()
37 t_error("%s waitpid get pid is %d are not want %d\n", __func__, waitpid_for_pind, pid); in waitpid_0100()
61 pid_t waitpid_for_pind = waitpid(pid, &status, options); in waitpid_0200() local
62 if (waitpid_for_pind != pid) { in waitpid_0200()
63 t_error("%s waitpid get pid is %d are not want %d\n", __func__, waitpid_for_pind, pid); in waitpid_0200()