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

12

/external/ltp/include/lapi/
H A Dtimerfd.h32 return ltp_syscall(__NR_timerfd_create, clockid, flags);
/external/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd02.c141 fd = ltp_syscall(__NR_timerfd_create,
158 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
H A Dtimerfd03.c137 fd = ltp_syscall(__NR_timerfd_create,
154 fd = ltp_syscall(__NR_timerfd_create, CLOCK_REALTIME,
H A Dtimerfd01.c59 #ifdef __NR_timerfd_create
91 return ltp_syscall(__NR_timerfd_create, clockid, flags);
/external/strace/tests/
H A Dtimerfd_xettime.c33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
/external/strace/tests-m32/
H A Dtimerfd_xettime.c33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
/external/strace/tests-mx32/
H A Dtimerfd_xettime.c33 #if defined __NR_timerfd_create \
47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
111 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
/external/valgrind/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/include/vki/
H A Dvki-scnums-amd64-linux.h367 #define __NR_timerfd_create 283 macro
H A Dvki-scnums-arm64-linux.h130 #define __NR_timerfd_create 85 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
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h350 #if !defined(__NR_timerfd_create)
351 #define __NR_timerfd_create 85 macro
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.h1244 #if !defined(__NR_timerfd_create)
1245 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350) macro
H A Dmips64_linux_syscalls.h1134 #if !defined(__NR_timerfd_create)
1135 #define __NR_timerfd_create (__NR_Linux + 280) macro
H A Dmips_linux_syscalls.h1300 #if !defined(__NR_timerfd_create)
1301 #define __NR_timerfd_create (__NR_Linux + 321) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c855 #ifdef __NR_timerfd_create
856 { "timerfd_create", __NR_timerfd_create },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h322 #define __NR_timerfd_create 322 macro
H A Dunistd_64.h287 #define __NR_timerfd_create 283 macro
/external/strace/
H A Dscno.h857 #ifndef __NR_timerfd_create
858 # define __NR_timerfd_create (SYSCALL_BIT | 283) macro

Completed in 308 milliseconds

12