OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__NR_pause
(Results
26 - 50
of
157
) sorted by null
1
2
3
4
5
6
7
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
linux-syscalls.h
101
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
29
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
linux-syscalls.h
101
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
99
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
99
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
99
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
99
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h
101
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
29
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h
101
#define
__NR_pause
(__NR_SYSCALL_BASE + 29)
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h
64
#define
__NR_pause
34
unistd_x32.h
57
#define
__NR_pause
(__X32_SYSCALL_BIT + 34)
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h
64
#define
__NR_pause
34
unistd_x32.h
57
#define
__NR_pause
(__X32_SYSCALL_BIT + 34)
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h
64
#define
__NR_pause
34
unistd_x32.h
57
#define
__NR_pause
(__X32_SYSCALL_BIT + 34)
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h
38
#define
__NR_pause
34
unistd_x32.h
33
#define
__NR_pause
(__X32_SYSCALL_BIT + 34)
/external/libchrome/sandbox/linux/system_headers/
mips64_linux_syscalls.h
148
#if !defined(
__NR_pause
)
149
#define
__NR_pause
(__NR_Linux + 33)
x86_64_linux_syscalls.h
149
#if !defined(
__NR_pause
)
150
#define
__NR_pause
34
/external/valgrind/include/vki/
vki-scnums-amd64-linux.h
75
#define
__NR_pause
34
vki-scnums-mips64-linux.h
72
#define
__NR_pause
(__NR_Linux + 33)
vki-scnums-s390x-linux.h
64
#define
__NR_pause
29
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h
87
#define
__NR_pause
34
88
__SYSCALL(
__NR_pause
, sys_pause)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
734
#define
__NR_pause
1061
736
__SYSCALL(
__NR_pause
, sys_pause)
Completed in 3013 milliseconds
1
2
3
4
5
6
7