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

/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c173 static int pipe_fd1[2]; variable
178 if (pipe(pipe_fd1) || pipe(pipe_fd2))
188 assert(read(pipe_fd1[READ], &c, 1) == 1);
203 assert(write(pipe_fd1[WRITE], &c, 1) == 1);

Completed in 117 milliseconds