HomeSort by relevance Sort by last modified time
    Searched full:go_pipe (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-record.c 448 int child_ready_pipe[2], go_pipe[2]; local
460 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) {
542 close(go_pipe[1]);
543 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
560 if (read(go_pipe[0], &buf, 1) == -1)
574 close(go_pipe[0]);
689 close(go_pipe[1]);
builtin-stat.c 394 int child_ready_pipe[2], go_pipe[2]; local
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]);
    [all...]

Completed in 72 milliseconds