Searched refs:pipeA_fd (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill02.c | 171 int pipeA_fd[2]; /*Pipe file descriptors used for communication */ variable 221 maybe_run_child(&childA_rout_uclinux, "nd", 1, &pipeA_fd[1]); in main() 224 &pipeA_fd[0], &pipeA_fd[1], &pipeB_fd[0], &pipeB_fd[1]); in main() 270 pipeA_fd[0], pipeA_fd[1], pipeB_fd[0], in main() 373 readA_stat = read(pipeA_fd[0], pipe_buf, 1); in parent_rout() 489 if (self_exec(argv0, "nd", 1, pipeA_fd[1]) < 0) { in child1_rout() 539 while ((read(pipeA_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in child1_rout() 618 write(pipeA_fd[ in childA_rout() [all...] |
Completed in 2 milliseconds