Searched refs:pipe_1 (Results 1 – 2 of 2) sorted by relevance
28 static int pipe_1[2]; variable73 close(pipe_1[0]); in call_clone3_set_tid()74 ret = write(pipe_1[1], &tmp, 1); in call_clone3_set_tid()80 close(pipe_1[1]); in call_clone3_set_tid()158 if (pipe(pipe_1) < 0 || pipe(pipe_2) < 0) in main()358 close(pipe_1[1]); in main()360 while (read(pipe_1[0], &buf, 1) > 0) { in main()
201 int pipe_1[2], pipe_2[2]; in bench_sched_pipe() local217 BUG_ON(pipe(pipe_1)); in bench_sched_pipe()228 td->pipe_read = pipe_1[0]; in bench_sched_pipe()231 td->pipe_write = pipe_1[1]; in bench_sched_pipe()
Completed in 6 milliseconds