Home
last modified time | relevance | path

Searched refs:__NR_timerfd_create (Results 1 – 25 of 43) sorted by relevance

12

/external/valgrind/memcheck/tests/linux/
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); in timerfd_create()
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd02.c141 fd = ltp_syscall(__NR_timerfd_create, in main()
158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
Dtimerfd03.c137 fd = ltp_syscall(__NR_timerfd_create, in main()
154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME, in main()
Dtimerfd01.c59 #ifdef __NR_timerfd_create
91 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
/external/strace/tests-m32/
Dtimerfd_xettime.c32 #if defined __NR_timerfd_create \
46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
/external/strace/tests/
Dtimerfd_xettime.c32 #if defined __NR_timerfd_create \
46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
/external/strace/tests-mx32/
Dtimerfd_xettime.c32 #if defined __NR_timerfd_create \
46 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK)) in main()
/external/ltp/include/lapi/
Dtimerfd.h32 return ltp_syscall(__NR_timerfd_create, clockid, flags); in timerfd_create()
/external/libchrome/sandbox/linux/system_headers/
Darm64_linux_syscalls.h350 #if !defined(__NR_timerfd_create)
351 #define __NR_timerfd_create 85 macro
Dx86_64_linux_syscalls.h1145 #if !defined(__NR_timerfd_create)
1146 #define __NR_timerfd_create 283 macro
Dx86_32_linux_syscalls.h1285 #if !defined(__NR_timerfd_create)
1286 #define __NR_timerfd_create 322 macro
Dmips64_linux_syscalls.h1134 #if !defined(__NR_timerfd_create)
1135 #define __NR_timerfd_create (__NR_Linux + 280) macro
Dmips_linux_syscalls.h1300 #if !defined(__NR_timerfd_create)
1301 #define __NR_timerfd_create (__NR_Linux + 321) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c855 #ifdef __NR_timerfd_create
856 { "timerfd_create", __NR_timerfd_create },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h177 #define __NR_timerfd_create 85 macro
Dvki-scnums-s390x-linux.h287 #define __NR_timerfd_create 319 macro
Dvki-scnums-arm64-linux.h130 #define __NR_timerfd_create 85 macro
Dvki-scnums-amd64-linux.h367 #define __NR_timerfd_create 283 macro
Dvki-scnums-ppc64-linux.h343 #define __NR_timerfd_create 306 macro
Dvki-scnums-arm-linux.h389 #define __NR_timerfd_create 350 macro
Dvki-scnums-ppc32-linux.h351 #define __NR_timerfd_create 306 macro
Dvki-scnums-x86-linux.h359 #define __NR_timerfd_create 322 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h287 #define __NR_timerfd_create 283 macro
Dunistd_32.h322 #define __NR_timerfd_create 322 macro
/external/strace/
Dscno.h857 #ifndef __NR_timerfd_create
858 # define __NR_timerfd_create (SYSCALL_BIT | 283) macro

12