Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl17.c72 pid_t parent_pid, child_pid1, child_pid2, child_pid3; variable
163 if (child_pid1 > 0) in cleanup()
164 kill(child_pid1, 9); in cleanup()
398 waitpid(child_pid1, &child_stat, 0); in stop_children()
399 child_pid1 = 0; in stop_children()
419 if (child_pid1 != 0 && (kill(child_pid1, SIGKILL)) < 0) { in catch_alarm()
470 if ((child_pid1 = FORK_OR_VFORK()) == 0) { /* first child */ in main()
483 } else if (child_pid1 < 0) in main()
543 if (do_test(&lock1, child_pid1)) { in main()