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

  /system/core/adb/
jdwp_service.cpp 160 out_fds.clear();
178 std::vector<unique_fd> out_fds; member in struct:JdwpProcess
259 D("trying to send fd to JDWP process (count = %zu)", proc->out_fds.size());
260 if (!proc->out_fds.empty()) {
261 int fd = proc->out_fds.back().get();
297 proc->out_fds.pop_back();
304 if (proc->out_fds.empty()) {
330 proc->out_fds.emplace_back(fds[1]);
331 if (proc->out_fds.size() == 1) {
  /external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c 79 int out_fds[0]; member in struct:sender_context
144 write(ctx->out_fds[j], data + done,
268 snd_ctx->out_fds[i] = fds[1];
286 close(snd_ctx->out_fds[i]);
  /art/dt_fd_forward/
dt_fd_forward.cc 308 FdSet out_fds = FdSet::ReadData(CMSG_DATA(cmsg)); local
310 if (out_fds.read_fd_ < 0 ||
311 out_fds.write_fd_ < 0 ||
312 out_fds.write_lock_fd_ < 0) {
325 if (out_fds.read_fd_ >= 0) {
326 close(out_fds.read_fd_);
328 if (out_fds.write_fd_ >= 0) {
329 close(out_fds.write_fd_);
331 if (out_fds.write_lock_fd_ >= 0) {
332 close(out_fds.write_lock_fd_)
    [all...]
  /external/autotest/client/tests/hackbench/src/
hackbench.c 107 int out_fds[0]; member in struct:sender_context
171 ret = write(ctx->out_fds[j], data + done, sizeof(data)-done);
291 snd_ctx->out_fds[i] = fds[1];
308 close(snd_ctx->out_fds[i]);

Completed in 120 milliseconds