Lines Matching refs:go_pipe
1485 int child_ready_pipe[2], go_pipe[2];
1495 if (pipe(go_pipe) < 0) {
1515 close(go_pipe[1]);
1516 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
1533 ret = read(go_pipe[0], &bf, 1);
1581 close(go_pipe[0]);
1590 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
1591 evlist->workload.cork_fd = go_pipe[1];
1596 close(go_pipe[0]);
1597 close(go_pipe[1]);