Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:go_pipe

394 	int child_ready_pipe[2], go_pipe[2];
398 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) {
409 close(go_pipe[1]);
410 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
427 if (read(go_pipe[0], &buf, 1) == -1)
443 close(go_pipe[0]);
487 close(go_pipe[1]);