Searched refs:pipe_2 (Results 1 – 2 of 2) sorted by relevance
31 static int pipe_2[2]; variable83 close(pipe_2[1]); in call_clone3_set_tid()84 ret = read(pipe_2[0], &tmp, 1); in call_clone3_set_tid()90 close(pipe_2[0]); in call_clone3_set_tid()163 if (pipe(pipe_1) < 0 || pipe(pipe_2) < 0) in main()336 close(pipe_2[0]); in main()367 close(pipe_2[0]); in main()370 write(pipe_2[1], &buf, 1); in main()371 close(pipe_2[1]); in main()
80 int pipe_1[2], pipe_2[2]; in bench_sched_pipe() local97 BUG_ON(pipe(pipe_2)); in bench_sched_pipe()108 td->pipe_write = pipe_2[1]; in bench_sched_pipe()111 td->pipe_read = pipe_2[0]; in bench_sched_pipe()