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

  /external/strace/tests/
poll.c 192 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); local
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
206 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0),
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
214 tail_fds0[0].fd = -1;
215 tail_fds0[2].fd = -3;
216 tail_fds0[4].events = 0;
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
222 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0)
    [all...]
  /external/strace/tests-m32/
poll.c 192 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); local
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
206 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0),
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
214 tail_fds0[0].fd = -1;
215 tail_fds0[2].fd = -3;
216 tail_fds0[4].events = 0;
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
222 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0)
    [all...]
  /external/strace/tests-mx32/
poll.c 192 struct pollfd *const tail_fds0 = tail_memdup(pfds0, sizeof(pfds0)); local
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
206 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0),
210 print_pollfd_array_exiting(tail_fds0, ARRAY_SIZE(pfds0), abbrev);
214 tail_fds0[0].fd = -1;
215 tail_fds0[2].fd = -3;
216 tail_fds0[4].events = 0;
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
222 print_pollfd_array_entering(tail_fds0, ARRAY_SIZE(pfds0)
    [all...]

Completed in 5615 milliseconds