Lines Matching defs:pipefd
15 int uffd = -1, uffd_flags, finished, *pipefd, test_type;
269 if (pipefd) {
271 if (close(pipefd[i]))
272 err("close pipefd");
274 free(pipefd);
275 pipefd = NULL;
356 pipefd = malloc(sizeof(int) * nr_cpus * 2);
357 if (!pipefd)
358 err("pipefd");
360 if (pipe2(&pipefd[cpu * 2], O_CLOEXEC | O_NONBLOCK))
507 pollfd[1].fd = pipefd[cpu*2];
521 err("read pipefd error");