Searched refs:__NR_timerfd_create (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.c57 #ifndef __NR_timerfd_create
59 #define __NR_timerfd_create 283 macro
61 #define __NR_timerfd_create 322 macro
63 #define __NR_timerfd_create 306 macro
65 #define __NR_timerfd_create 319 macro
132 return syscall(__NR_timerfd_create, clockid, flags);
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h367 #define __NR_timerfd_create 283 macro
H A Dvki-scnums-s390x-linux.h287 #define __NR_timerfd_create 319 macro
H A Dvki-scnums-arm-linux.h389 #define __NR_timerfd_create 350 macro
H A Dvki-scnums-ppc32-linux.h351 #define __NR_timerfd_create 306 macro
H A Dvki-scnums-ppc64-linux.h343 #define __NR_timerfd_create 306 macro
H A Dvki-scnums-x86-linux.h359 #define __NR_timerfd_create 322 macro
H A Dvki-scnums-mips32-linux.h361 #define __NR_timerfd_create (__NR_Linux + 321) macro
/external/chromium_org/sandbox/linux/services/
H A Dx86_64_linux_syscalls.h1145 #if !defined(__NR_timerfd_create)
1146 #define __NR_timerfd_create 283 macro
H A Dx86_32_linux_syscalls.h1285 #if !defined(__NR_timerfd_create)
1286 #define __NR_timerfd_create 322 macro
H A Darm_linux_syscalls.h1238 #if !defined(__NR_timerfd_create)
1239 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350) macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h330 #define __NR_timerfd_create 322 macro
/external/kernel-headers/original/asm-mips/
H A Dunistd.h344 #define __NR_timerfd_create (__NR_Linux + 321) macro
667 #define __NR_timerfd_create (__NR_Linux + 280) macro
994 #define __NR_timerfd_create (__NR_Linux + 284) macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc880 case __NR_timerfd_create:
/external/kernel-headers/original/asm-arm/
H A Dunistd.h379 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350) macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1455 LINXY(__NR_timerfd_create, sys_timerfd_create), // 306
H A Dsyswrap-amd64-linux.c1411 LINXY(__NR_timerfd_create, sys_timerfd_create), // 283
H A Dsyswrap-ppc32-linux.c1816 LINXY(__NR_timerfd_create, sys_timerfd_create), // 306
H A Dsyswrap-s390x-linux.c1499 LINXY(__NR_timerfd_create, sys_timerfd_create), // 319
H A Dsyswrap-arm-linux.c1863 LINXY(__NR_timerfd_create, sys_timerfd_create), // 322
H A Dsyswrap-mips32-linux.c1735 LINXY (__NR_timerfd_create, sys_timerfd_create), // 321
H A Dsyswrap-x86-linux.c2206 LINXY(__NR_timerfd_create, sys_timerfd_create), // 322

Completed in 121 milliseconds