Lines Matching defs:go_pipe
1479 int child_ready_pipe[2], go_pipe[2];
1489 if (pipe(go_pipe) < 0) {
1509 close(go_pipe[1]);
1510 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
1527 ret = read(go_pipe[0], &bf, 1);
1575 close(go_pipe[0]);
1584 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
1585 evlist->workload.cork_fd = go_pipe[1];
1590 close(go_pipe[0]);
1591 close(go_pipe[1]);