HomeSort by relevance Sort by last modified time
    Searched defs:__NR_timerfd_gettime (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 74 #define __NR_timerfd_gettime 287
77 #define __NR_timerfd_gettime 326
80 #define __NR_timerfd_gettime 312
83 #define __NR_timerfd_gettime 321
143 return syscall(__NR_timerfd_gettime, ufc, otmr);
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
unistd_x32.h 336 #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
unistd_x32.h 336 #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
unistd_x32.h 336 #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
  /external/chromium_org/sandbox/linux/services/
arm64_linux_syscalls.h 358 #if !defined(__NR_timerfd_gettime)
359 #define __NR_timerfd_gettime 87
x86_64_linux_syscalls.h 1161 #if !defined(__NR_timerfd_gettime)
1162 #define __NR_timerfd_gettime 287
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 269 #define __NR_timerfd_gettime 87
270 __SC_COMP(__NR_timerfd_gettime, sys_timerfd_gettime, \
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 291 #define __NR_timerfd_gettime 287
unistd_x32.h 256 #define __NR_timerfd_gettime (__X32_SYSCALL_BIT + 287)
  /external/linux-tools-perf/perf-3.12.0/arch/cris/include/uapi/asm/
unistd.h 333 #define __NR_timerfd_gettime 326
  /external/linux-tools-perf/perf-3.12.0/arch/frv/include/uapi/asm/
unistd.h 335 #define __NR_timerfd_gettime 326
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/include/uapi/asm/
unistd.h 304 #define __NR_timerfd_gettime 1312
  /external/linux-tools-perf/perf-3.12.0/arch/m68k/include/uapi/asm/
unistd.h 330 #define __NR_timerfd_gettime 322
  /external/linux-tools-perf/perf-3.12.0/arch/s390/include/uapi/asm/
unistd.h 259 #define __NR_timerfd_gettime 321
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 371 #define __NR_timerfd_gettime 287
vki-scnums-arm64-linux.h 132 #define __NR_timerfd_gettime 87
vki-scnums-mips64-linux.h 320 #define __NR_timerfd_gettime (__NR_Linux + 281)
vki-scnums-s390x-linux.h 289 #define __NR_timerfd_gettime 321
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
unistd_64.h 640 #define __NR_timerfd_gettime 287
641 __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
unistd.h 252 #define __NR_timerfd_gettime 87
253 __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 640 #define __NR_timerfd_gettime 287
641 __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 252 #define __NR_timerfd_gettime 87
253 __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)

Completed in 376 milliseconds

1 2 3 4 5