Home
last modified time | relevance | path

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

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