/external/valgrind/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/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 141 fd = ltp_syscall(__NR_timerfd_create, in main() 158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
|
D | timerfd03.c | 137 fd = ltp_syscall(__NR_timerfd_create, in main() 154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
|
D | timerfd01.c | 59 #ifdef __NR_timerfd_create 91 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
|
/external/strace/tests-m32/ |
D | timerfd_xettime.c | 32 #if defined __NR_timerfd_create \ 46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests/ |
D | timerfd_xettime.c | 32 #if defined __NR_timerfd_create \ 46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/strace/tests-mx32/ |
D | timerfd_xettime.c | 32 #if defined __NR_timerfd_create \ 46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
|
/external/ltp/include/lapi/ |
D | timerfd.h | 32 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 350 #if !defined(__NR_timerfd_create) 351 #define __NR_timerfd_create 85 macro
|
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 | mips64_linux_syscalls.h | 1134 #if !defined(__NR_timerfd_create) 1135 #define __NR_timerfd_create (__NR_Linux + 280) macro
|
D | mips_linux_syscalls.h | 1300 #if !defined(__NR_timerfd_create) 1301 #define __NR_timerfd_create (__NR_Linux + 321) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 855 #ifdef __NR_timerfd_create 856 { "timerfd_create", __NR_timerfd_create },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 177 #define __NR_timerfd_create 85 macro
|
D | vki-scnums-s390x-linux.h | 287 #define __NR_timerfd_create 319 macro
|
D | vki-scnums-arm64-linux.h | 130 #define __NR_timerfd_create 85 macro
|
D | vki-scnums-amd64-linux.h | 367 #define __NR_timerfd_create 283 macro
|
D | vki-scnums-ppc64-linux.h | 343 #define __NR_timerfd_create 306 macro
|
D | vki-scnums-arm-linux.h | 389 #define __NR_timerfd_create 350 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
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 287 #define __NR_timerfd_create 283 macro
|
D | unistd_32.h | 322 #define __NR_timerfd_create 322 macro
|
/external/strace/ |
D | scno.h | 857 #ifndef __NR_timerfd_create 858 # define __NR_timerfd_create (SYSCALL_BIT | 283) macro
|