OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_epoll_wait
(Results
26 - 50
of
156
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
148
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
263
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
361
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
473
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 250)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h
181
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
225
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
283
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
175
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
215
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
175
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
215
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
175
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
215
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
175
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
215
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h
181
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
225
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
283
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
148
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
263
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
361
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
473
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 250)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h
181
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 252)
225
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
283
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE + 256)
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
311
#define
__NR_epoll_wait
232
unistd_x32.h
275
#define
__NR_epoll_wait
(__X32_SYSCALL_BIT + 232)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
311
#define
__NR_epoll_wait
232
unistd_x32.h
277
#define
__NR_epoll_wait
(__X32_SYSCALL_BIT + 232)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
311
#define
__NR_epoll_wait
232
unistd_x32.h
277
#define
__NR_epoll_wait
(__X32_SYSCALL_BIT + 232)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
236
#define
__NR_epoll_wait
232
unistd_x32.h
207
#define
__NR_epoll_wait
(__X32_SYSCALL_BIT + 232)
/external/libchrome/sandbox/linux/system_headers/
mips64_linux_syscalls.h
852
#if !defined(
__NR_epoll_wait
)
853
#define
__NR_epoll_wait
(__NR_Linux + 209)
x86_64_linux_syscalls.h
941
#if !defined(
__NR_epoll_wait
)
942
#define
__NR_epoll_wait
232
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
315
#define
__NR_epoll_wait
232
vki-scnums-mips64-linux.h
248
#define
__NR_epoll_wait
(__NR_Linux + 209)
vki-scnums-s390x-linux.h
221
#define
__NR_epoll_wait
251
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
529
#define
__NR_epoll_wait
232
530
__SYSCALL(
__NR_epoll_wait
, sys_epoll_wait)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
756
#define
__NR_epoll_wait
1069
757
__SYSCALL(
__NR_epoll_wait
, sys_epoll_wait)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h
827
#define
__NR_epoll_wait
1069
828
__SYSCALL(
__NR_epoll_wait
, sys_epoll_wait)
Completed in 2756 milliseconds
1
2
3
4
5
6
7