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

/linux-master/tools/perf/util/
H A Devlist.c1412 int child_ready_pipe[2], go_pipe[2]; local
1415 if (pipe(child_ready_pipe) < 0) {
1439 close(child_ready_pipe[0]);
1453 close(child_ready_pipe[1]);
1505 close(child_ready_pipe[1]);
1510 if (read(child_ready_pipe[0], &bf, 1) == -1) {
1517 close(child_ready_pipe[0]);
1524 close(child_ready_pipe[0]);
1525 close(child_ready_pipe[1]);

Completed in 102 milliseconds