Searched refs:child_pid3 (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl17.c72 pid_t parent_pid, child_pid1, child_pid2, child_pid3; variable
169 if (child_pid3 > 0)
170 kill(child_pid3, 9);
402 waitpid(child_pid3, &child_stat, 0);
403 child_pid3 = 0;
426 if (child_pid3 != 0 && (kill(child_pid3, SIGKILL)) < 0) {
507 if ((child_pid3 = fork()) == 0) { /* third child */
521 } else if (child_pid3 < 0) {
571 if (do_test(&lock3, child_pid3)) {
[all...]

Completed in 221 milliseconds