Searched refs:pipeA_fd (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/syscalls/kill/ |
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[1], CHAR_SET_PASSED, 1); in childA_rout() 638 (void)write(pipeA_fd[1], CHAR_SET_FAILED, 1); in childA_rout_uclinux() 738 if ((pipe(pipeA_fd) == -1) in setup() [all …]
|