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

  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 960 int child_ready_pipe[2], go_pipe[2]; local
963 if (pipe(child_ready_pipe) < 0) {
985 close(child_ready_pipe[0]);
992 close(child_ready_pipe[1]);
1011 close(child_ready_pipe[1]);
1016 if (read(child_ready_pipe[0], &bf, 1) == -1) {
1023 close(child_ready_pipe[0]);
1030 close(child_ready_pipe[0]);
1031 close(child_ready_pipe[1]);
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 188 milliseconds