Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid03.c67 static int ikids; variable
104 while (++ikids < MAXUPRC) { in main()
105 pid[ikids] = FORK_OR_VFORK(); in main()
106 if (pid[ikids] > 0) { in main()
108 tst_resm(TINFO, "child # %d", ikids); in main()
109 } else if (pid[ikids] == -1) { in main()
111 "fork #%d", ikids); in main()
115 if (self_exec(argv[0], "d", ikids) < 0) { in main()
117 ikids); in main()
120 do_child(ikids); in main()
[all …]