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

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

Completed in 186 milliseconds