Searched refs:go_pipe (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.c960 int child_ready_pipe[2], go_pipe[2]; local
968 if (pipe(go_pipe) < 0) {
986 close(go_pipe[1]);
987 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
997 if (read(go_pipe[0], &bf, 1) == -1)
1012 close(go_pipe[0]);
1021 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
1022 evlist->workload.cork_fd = go_pipe[1];
1027 close(go_pipe[0]);
1028 close(go_pipe[
[all...]

Completed in 44 milliseconds