Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg02.c128 int *child_pids; in reproduce() local
132 child_pids = SAFE_MALLOC(cleanup, sizeof(int) * child_pairs * 2); in reproduce()
159 child_pids[child_count++] = child_pid; in reproduce()
178 kill(child_pids[i], SIGKILL); in reproduce()
183 if (waitpid(child_pids[i], &status, 0) == -1) in reproduce()
185 child_pids[i]); in reproduce()
189 free(child_pids); in reproduce()