HomeSort by relevance Sort by last modified time
    Searched refs:__NR_poll (Results 1 - 25 of 47) sorted by null

1 2

  /external/strace/tests/
poll.c 33 #ifdef __NR_poll
172 assert(syscall(__NR_poll, NULL, 42, 0) == -1);
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout);
262 rc = syscall(__NR_poll, efault, 1, 0);
271 rc = syscall(__NR_poll, epfds, valid + 1, 0);
285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout)
    [all...]
  /external/strace/tests-m32/
poll.c 33 #ifdef __NR_poll
172 assert(syscall(__NR_poll, NULL, 42, 0) == -1);
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout);
262 rc = syscall(__NR_poll, efault, 1, 0);
271 rc = syscall(__NR_poll, epfds, valid + 1, 0);
285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout)
    [all...]
  /external/strace/tests-mx32/
poll.c 33 #ifdef __NR_poll
172 assert(syscall(__NR_poll, NULL, 42, 0) == -1);
194 int rc = syscall(__NR_poll, tail_fds0, 0, timeout);
201 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
217 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
232 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout);
250 rc = syscall(__NR_poll, tail_fds1, ARRAY_SIZE(pfds1), timeout);
262 rc = syscall(__NR_poll, efault, 1, 0);
271 rc = syscall(__NR_poll, epfds, valid + 1, 0);
285 rc = syscall(__NR_poll, tail_fds0, ARRAY_SIZE(pfds0), timeout)
    [all...]
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 44 #define __NR_poll 7
vki-scnums-s390x-linux.h 169 #define __NR_poll 168
vki-scnums-arm-linux.h 205 #define __NR_poll 168
vki-scnums-ppc32-linux.h 204 #define __NR_poll 167
vki-scnums-ppc64-linux.h 204 #define __NR_poll 167
vki-scnums-x86-linux.h 205 #define __NR_poll 168
vki-scnums-mips64-linux.h 46 #define __NR_poll (__NR_Linux + 7)
  /external/minijail/linux-x86/
libsyscalls.gen.c 27 #ifdef __NR_poll
28 { "poll", __NR_poll },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 389 #define __NR_poll 1068
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 189 #define __NR_poll 168
unistd_64.h 28 #define __NR_poll 7
unistd_x32.h 28 #define __NR_poll (__X32_SYSCALL_BIT + 7)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 172 #define __NR_poll 168
unistd_64.h 11 #define __NR_poll 7
unistd_x32.h 11 #define __NR_poll (__X32_SYSCALL_BIT + 7)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 176 #define __NR_poll 168
unistd_64.h 29 #define __NR_poll 7
30 __SYSCALL(__NR_poll, sys_poll)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 176 #define __NR_poll 168
unistd_64.h 29 #define __NR_poll 7
30 __SYSCALL(__NR_poll, sys_poll)
  /bionic/libc/include/bits/
glibc-syscalls.h 691 #if defined(__NR_poll)
692 #define SYS_poll __NR_poll
  /external/strace/
scno.h 968 #ifndef __NR_poll
969 # define __NR_poll (SYSCALL_BIT | 1068)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 212 #define __NR_poll (__NR_Linux + 188)
403 #define __NR_poll (__NR_Linux + 7)
735 #define __NR_poll (__NR_Linux + 7)
    [all...]

Completed in 849 milliseconds

1 2