Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c166 static int pipe_fd2[2]; /* file descriptors for pipe child read */ variable
196 maybe_run_child(&child, "dd", &pipe_fd[1], &pipe_fd2[0]); in main()
219 if (self_exec(argv[0], "dd", pipe_fd[1], pipe_fd2[0]) < in main()
286 if (write_pipe(pipe_fd2[1], READY) < 0) { in parent()
460 if ((str = read_pipe(pipe_fd2[0])) == NULL) { in child()
780 SAFE_PIPE(cleanup, pipe_fd2); in setup()
786 if (fcntl(pipe_fd2[0], F_SETFL, O_NONBLOCK) == -1) in setup()

Completed in 2 milliseconds