Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c167 static int pipe_fd2[2]; variable
171 if (pipe(pipe_fd1) || pipe(pipe_fd2)) in pipe_setup()
184 assert(write(pipe_fd2[WRITE], &c, 1) == 1); in pipe_thread1()
199 assert(read(pipe_fd2[READ], &c, 1) == 1); in pipe_thread2()