OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_PTRACE
(Results
1 - 6
of
6
) sorted by null
/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
/bionic/libc/kernel/uapi/linux/
sched.h
27
#define
CLONE_PTRACE
0x00002000
/development/ndk/platforms/android-L/include/linux/
sched.h
27
#define
CLONE_PTRACE
0x00002000
/external/kernel-headers/original/uapi/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 */
Completed in 240 milliseconds