Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/wait/
Dwait02.c22 int status, exit_child = 1; in verify_wait() local
27 exit(exit_child); in verify_wait()
40 if (WIFEXITED(status) && WEXITSTATUS(status) == exit_child) { in verify_wait()