Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/kill/
Dkill02.c167 int pipe1_fd[2]; /*Pipe file descriptors used for communication */ variable
223 maybe_run_child(&child1_rout, "ndddddd", 3, &pipe1_fd[1], &pipe2_fd[1], in main()
269 (argv0, "ndddddd", 3, pipe1_fd[1], pipe2_fd[1], in main()
313 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout()
367 read1_stat = read(pipe1_fd[0], pipe_buf, 1); in parent_rout()
434 while ((read(pipe1_fd[0], pipe_buf, 1) != 1) && (alarm_flag == FALSE)) in parent_rout()
449 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
465 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
491 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
505 (void)write(pipe1_fd[1], CHAR_SET_FAILED, 1); in child1_rout()
[all …]