OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_PTRACE
(Results
1 - 25
of
93
) sorted by null
1
2
3
4
/development/ndk/platforms/android-3/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/development/ndk/platforms/android-8/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/development/ndk/platforms/android-9/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/external/strace/xlat/
clone_flags.h
17
#if !(defined(
CLONE_PTRACE
) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE))
18
# define
CLONE_PTRACE
0x00002000
85
XLAT(
CLONE_PTRACE
),
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
Completed in 1334 milliseconds
1
2
3
4