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

1 2 3

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 8 ldr r7, =__NR_timerfd_create
  /bionic/libc/arch-arm64/syscalls/
timerfd_create.S 6 mov x8, __NR_timerfd_create
  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 8 li $v0, __NR_timerfd_create
  /bionic/libc/arch-x86_64/syscalls/
timerfd_create.S 6 movl $__NR_timerfd_create, %eax
  /external/ltp/include/lapi/
timerfd.h 32 return ltp_syscall(__NR_timerfd_create, clockid, flags);
  /bionic/libc/arch-mips64/syscalls/
timerfd_create.S 8 li $v0, __NR_timerfd_create
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 20 movl $__NR_timerfd_create, %eax
  /external/ltp/testcases/kernel/syscalls/timerfd/
timerfd02.c 141 fd = ltp_syscall(__NR_timerfd_create,
158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
timerfd03.c 137 fd = ltp_syscall(__NR_timerfd_create,
154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
timerfd01.c 59 #ifdef __NR_timerfd_create
91 return ltp_syscall(__NR_timerfd_create, clockid, flags);
  /external/strace/tests/
timerfd_xettime.c 33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /external/strace/tests-m32/
timerfd_xettime.c 33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /external/strace/tests-mx32/
timerfd_xettime.c 33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 57 #ifndef __NR_timerfd_create
59 #define __NR_timerfd_create 283
61 #define __NR_timerfd_create 322
63 #define __NR_timerfd_create 306
65 #define __NR_timerfd_create 319
132 return syscall(__NR_timerfd_create, clockid, flags);
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 367 #define __NR_timerfd_create 283
vki-scnums-arm64-linux.h 130 #define __NR_timerfd_create 85
vki-scnums-s390x-linux.h 287 #define __NR_timerfd_create 319
vki-scnums-arm-linux.h 389 #define __NR_timerfd_create 350
vki-scnums-ppc32-linux.h 351 #define __NR_timerfd_create 306
  /external/minijail/linux-x86/
libsyscalls.gen.c 855 #ifdef __NR_timerfd_create
856 { "timerfd_create", __NR_timerfd_create },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 126 #define __NR_timerfd_create 85
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 339 #define __NR_timerfd_create 322
unistd_64.h 304 #define __NR_timerfd_create 283
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 322 #define __NR_timerfd_create 322
unistd_64.h 287 #define __NR_timerfd_create 283

Completed in 478 milliseconds

1 2 3