OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_timerfd_create
(Results
1 - 25
of
126
) sorted by null
1
2
3
4
5
6
/external/valgrind/memcheck/tests/linux/
timerfd-syscall.c
57
#ifndef
__NR_timerfd_create
59
#define
__NR_timerfd_create
283
61
#define
__NR_timerfd_create
322
63
#define
__NR_timerfd_create
306
65
#define
__NR_timerfd_create
319
132
return syscall(
__NR_timerfd_create
, clockid, flags);
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
unistd_x32.h
329
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
unistd_x32.h
331
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
unistd_x32.h
331
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
287
#define
__NR_timerfd_create
283
unistd_x32.h
250
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h
350
#if !defined(
__NR_timerfd_create
)
351
#define
__NR_timerfd_create
85
mips64_linux_syscalls.h
1134
#if !defined(
__NR_timerfd_create
)
1135
#define
__NR_timerfd_create
(__NR_Linux + 280)
x86_64_linux_syscalls.h
1145
#if !defined(
__NR_timerfd_create
)
1146
#define
__NR_timerfd_create
283
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
367
#define
__NR_timerfd_create
283
vki-scnums-arm64-linux.h
130
#define
__NR_timerfd_create
85
vki-scnums-mips64-linux.h
319
#define
__NR_timerfd_create
(__NR_Linux + 280)
vki-scnums-s390x-linux.h
287
#define
__NR_timerfd_create
319
vki-scnums-tilegx-linux.h
177
#define
__NR_timerfd_create
85
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
632
#define
__NR_timerfd_create
283
633
__SYSCALL(
__NR_timerfd_create
, sys_timerfd_create)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
248
#define
__NR_timerfd_create
85
249
__SYSCALL(
__NR_timerfd_create
, sys_timerfd_create)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
267
#define
__NR_timerfd_create
85
268
__SYSCALL(
__NR_timerfd_create
, sys_timerfd_create)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
unistd_x32.h
331
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
unistd_x32.h
331
#define
__NR_timerfd_create
(__X32_SYSCALL_BIT + 283)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h
375
#define
__NR_timerfd_create
283
Completed in 518 milliseconds
1
2
3
4
5
6