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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c 43 int out_fds[0]; member in struct:sender_context
101 ret = write(ctx->out_fds[j], data + done,
231 snd_ctx->out_fds[i] = fds[1];
248 close(snd_ctx->out_fds[i]);
  /system/core/adb/
jdwp_service.c 115 int out_fds[MAX_OUT_FDS]; /* output array of file descriptors */ member in struct:JdwpProcess
180 adb_close(proc->out_fds[n]);
315 proc->pid, proc->out_count, proc->out_fds[0]);
317 int fd = proc->out_fds[0];
374 proc->out_fds[n-1] = proc->out_fds[n];
419 proc->out_fds[ proc->out_count ] = fds[1];

Completed in 450 milliseconds