OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_PTRACE
(Results
76 - 95
of
95
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
12
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
22
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
12
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
22
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
12
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
22
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
/bionic/libc/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
44
# define
CLONE_PTRACE
0x00002000 /* Set if tracing continues on the child. */
59
force
CLONE_PTRACE
on this clone. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
44
# define
CLONE_PTRACE
0x00002000 /* Set if tracing continues on the child. */
59
force
CLONE_PTRACE
on this clone. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
44
# define
CLONE_PTRACE
0x00002000 /* Set if tracing continues on the child. */
59
force
CLONE_PTRACE
on this clone. */
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py
93
CLONE_PTRACE
= 0x00002000
IN.py
191
CLONE_PTRACE
= 0x00002000
/external/strace/
process.c
550
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
559
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
575
{
CLONE_PTRACE
, "
CLONE_PTRACE
" },
815
#ifdef
CLONE_PTRACE
/* See new setbpt code. */
828
#endif /*
CLONE_PTRACE
*/
834
#ifndef
CLONE_PTRACE
844
#endif /* !
CLONE_PTRACE
*/
861
forced
CLONE_PTRACE
. */
[
all
...]
util.c
1261
# ifndef
CLONE_PTRACE
1262
# define
CLONE_PTRACE
0x00002000
[
all
...]
/external/kernel-headers/original/linux/
sched.h
14
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
24
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
[
all
...]
Completed in 285 milliseconds
1
2
3
4