/external/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.c | 57 #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); in timerfd_create()
|
/external/chromium_org/sandbox/linux/services/ |
D | x86_64_linux_syscalls.h | 1145 #if !defined(__NR_timerfd_create) 1146 #define __NR_timerfd_create 283 macro
|
D | x86_32_linux_syscalls.h | 1285 #if !defined(__NR_timerfd_create) 1286 #define __NR_timerfd_create 322 macro
|
D | arm_linux_syscalls.h | 1238 #if !defined(__NR_timerfd_create) 1239 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350) macro
|
/external/valgrind/main/include/vki/ |
D | vki-scnums-s390x-linux.h | 287 #define __NR_timerfd_create 319 macro
|
D | vki-scnums-ppc64-linux.h | 343 #define __NR_timerfd_create 306 macro
|
D | vki-scnums-amd64-linux.h | 367 #define __NR_timerfd_create 283 macro
|
D | vki-scnums-ppc32-linux.h | 351 #define __NR_timerfd_create 306 macro
|
D | vki-scnums-x86-linux.h | 359 #define __NR_timerfd_create 322 macro
|
D | vki-scnums-arm-linux.h | 389 #define __NR_timerfd_create 350 macro
|
D | vki-scnums-mips32-linux.h | 361 #define __NR_timerfd_create (__NR_Linux + 321) macro
|
/external/kernel-headers/original/asm-x86/ |
D | unistd_32.h | 330 #define __NR_timerfd_create 322 macro
|
/external/kernel-headers/original/asm-mips/ |
D | unistd.h | 344 #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/kernel-headers/original/asm-arm/ |
D | unistd.h | 379 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350) macro
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 880 case __NR_timerfd_create: in IsAdvancedTimer()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc64-linux.c | 1455 LINXY(__NR_timerfd_create, sys_timerfd_create), // 306
|
D | syswrap-ppc32-linux.c | 1816 LINXY(__NR_timerfd_create, sys_timerfd_create), // 306
|
D | syswrap-s390x-linux.c | 1499 LINXY(__NR_timerfd_create, sys_timerfd_create), // 319
|
D | syswrap-amd64-linux.c | 1411 LINXY(__NR_timerfd_create, sys_timerfd_create), // 283
|
D | syswrap-arm-linux.c | 1863 LINXY(__NR_timerfd_create, sys_timerfd_create), // 322
|
D | syswrap-mips32-linux.c | 1735 LINXY (__NR_timerfd_create, sys_timerfd_create), // 321
|
D | syswrap-x86-linux.c | 2206 LINXY(__NR_timerfd_create, sys_timerfd_create), // 322
|