OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_PTRACE
(Results
26 - 48
of
48
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
sched.h
22
#define
CLONE_PTRACE
0x00002000
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/linux-x86/toolchain/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 */
/bionic/libc/include/
sched.h
58
#define
CLONE_PTRACE
0x00002000
/prebuilt/linux-x86/toolchain/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. */
/external/strace/
process.c
509
#define
CLONE_PTRACE
0x00002000 /* set if we want to let tracing continue on the child too */
519
#define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force
CLONE_PTRACE
on this clone */
528
{
CLONE_PTRACE
, "
CLONE_PTRACE
" },
831
#ifdef
CLONE_PTRACE
/* See new setbpt code. */
853
#ifndef
CLONE_PTRACE
880
forced
CLONE_PTRACE
. */
[
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 171 milliseconds
1
2