Searched refs:tail_fds1 (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-m32/ |
D | poll.c | 249 struct pollfd *const tail_fds1 = tail_memdup(pfds1, sizeof(pfds1)); in main() local 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 255 print_pollfd_array_entering(tail_fds1, ARRAY_SIZE(pfds1), in main()
|
/external/strace/tests-mx32/ |
D | poll.c | 249 struct pollfd *const tail_fds1 = tail_memdup(pfds1, sizeof(pfds1)); in main() local 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 255 print_pollfd_array_entering(tail_fds1, ARRAY_SIZE(pfds1), in main()
|
/external/strace/tests/ |
D | poll.c | 249 struct pollfd *const tail_fds1 = tail_memdup(pfds1, sizeof(pfds1)); in main() local 250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout); in main() 255 print_pollfd_array_entering(tail_fds1, ARRAY_SIZE(pfds1), in main()
|