OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_epoll_wait
(Results
76 - 100
of
115
) sorted by null
1
2
3
4
5
/bionic/libc/kernel/arch-arm/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/bionic/libc/kernel/arch-mips/asm/
unistd.h
337
#define
__NR_epoll_wait
(__NR_Linux + 250)
[
all
...]
/bionic/libc/kernel/arch-x86/asm/
unistd_32.h
339
#define
__NR_epoll_wait
256
/development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h
337
#define
__NR_epoll_wait
(__NR_Linux + 250)
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h
339
#define
__NR_epoll_wait
256
/external/chromium_org/sandbox/linux/services/
arm_linux_syscalls.h
854
#if !defined(
__NR_epoll_wait
)
855
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
x86_32_linux_syscalls.h
1025
#if !defined(
__NR_epoll_wait
)
1026
#define
__NR_epoll_wait
256
/external/kernel-headers/original/asm-arm/
unistd.h
280
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/external/kernel-headers/original/asm-mips/
unistd.h
273
#define
__NR_epoll_wait
(__NR_Linux + 250)
596
#define
__NR_epoll_wait
(__NR_Linux + 209)
[
all
...]
/external/kernel-headers/original/asm-x86/
unistd_32.h
264
#define
__NR_epoll_wait
256
/external/valgrind/main/include/vki/
vki-scnums-arm-linux.h
289
#define
__NR_epoll_wait
252
vki-scnums-mips32-linux.h
290
#define
__NR_epoll_wait
(__NR_Linux + 250)
vki-scnums-ppc32-linux.h
281
#define
__NR_epoll_wait
238
vki-scnums-ppc64-linux.h
275
#define
__NR_epoll_wait
238
vki-scnums-x86-linux.h
293
#define
__NR_epoll_wait
256
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h
264
#define
__NR_epoll_wait
256
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
unistd.h
337
#define
__NR_epoll_wait
(__NR_Linux + 250)
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h
339
#define
__NR_epoll_wait
256
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
unistd.h
305
#define
__NR_epoll_wait
(__NR_SYSCALL_BASE+252)
Completed in 446 milliseconds
1
2
3
4
5