OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_timerfd_gettime
(Results
1 - 25
of
126
) sorted by null
1
2
3
4
5
6
/external/valgrind/memcheck/tests/linux/
timerfd-syscall.c
74
#define
__NR_timerfd_gettime
287
77
#define
__NR_timerfd_gettime
326
80
#define
__NR_timerfd_gettime
312
83
#define
__NR_timerfd_gettime
321
143
return syscall(
__NR_timerfd_gettime
, ufc, otmr);
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
unistd_x32.h
334
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
unistd_x32.h
336
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
unistd_x32.h
336
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
291
#define
__NR_timerfd_gettime
287
unistd_x32.h
254
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
358
#if !defined(
__NR_timerfd_gettime
)
359
#define
__NR_timerfd_gettime
87
mips64_linux_syscalls.h
1138
#if !defined(
__NR_timerfd_gettime
)
1139
#define
__NR_timerfd_gettime
(__NR_Linux + 281)
x86_64_linux_syscalls.h
1161
#if !defined(
__NR_timerfd_gettime
)
1162
#define
__NR_timerfd_gettime
287
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
371
#define
__NR_timerfd_gettime
287
vki-scnums-arm64-linux.h
132
#define
__NR_timerfd_gettime
87
vki-scnums-mips64-linux.h
320
#define
__NR_timerfd_gettime
(__NR_Linux + 281)
vki-scnums-s390x-linux.h
289
#define
__NR_timerfd_gettime
321
vki-scnums-tilegx-linux.h
179
#define
__NR_timerfd_gettime
87
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
640
#define
__NR_timerfd_gettime
287
641
__SYSCALL(
__NR_timerfd_gettime
, sys_timerfd_gettime)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
252
#define
__NR_timerfd_gettime
87
253
__SYSCALL(
__NR_timerfd_gettime
, sys_timerfd_gettime)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
272
#define
__NR_timerfd_gettime
87
273
__SC_COMP(
__NR_timerfd_gettime
, sys_timerfd_gettime, \
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
unistd_x32.h
336
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
unistd_x32.h
336
#define
__NR_timerfd_gettime
(__X32_SYSCALL_BIT + 287)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h
380
#define
__NR_timerfd_gettime
287
Completed in 95 milliseconds
1
2
3
4
5
6