HomeSort by relevance Sort by last modified time
    Searched refs:child_in (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 133 int *child_in = NULL; // file descriptors
153 if (child_in == NULL) {
154 child_in = child_fds[i];
158 if (child_fds[j] == child_in) continue;
170 close(child_in[0]);
171 close(child_in[1]);
178 close(child_in[1]); // child uses the 0's, parent uses the 1's
182 if (dup2(child_in[0], 0) == -1) _exit(1);
194 close(child_in[0]); // child uses the 0's, parent uses the 1's
203 struct pollfd pfd = { child_in[1], POLLOUT, 0 }
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 138 int *child_in = NULL; // file descriptors
158 if (child_in == NULL) {
159 child_in = child_fds[i];
163 if (child_fds[j] == child_in) continue;
175 close(child_in[0]);
176 close(child_in[1]);
183 close(child_in[1]); // child uses the 0's, parent uses the 1's
187 if (dup2(child_in[0], 0) == -1) _exit(1);
199 close(child_in[0]); // child uses the 0's, parent uses the 1's
208 struct pollfd pfd = { child_in[1], POLLOUT, 0 }
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 265 int child_in[2]; local
292 if (pipe(child_in) == -1) {
297 forkret = safe_fork(child_in[0], child_out[1], 2);
309 close(child_in[1]);
321 close(child_in[0]);
325 pipe_in = fdopen(child_in[1], "w");
446 if (close(child_in[1]) == -1) {

Completed in 72 milliseconds