OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_UNTRACED
(Results
26 - 30
of
30
) sorted by null
1
2
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
22
#define
CLONE_UNTRACED
0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
/bionic/libc/include/
sched.h
68
#define
CLONE_UNTRACED
0x00800000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
58
# define
CLONE_UNTRACED
0x00800000 /* Set if the tracing process can't
/external/strace/
process.c
519
#define
CLONE_UNTRACED
0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
538
{
CLONE_UNTRACED
, "
CLONE_UNTRACED
" },
[
all
...]
/external/kernel-headers/original/linux/
sched.h
24
#define
CLONE_UNTRACED
0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
[
all
...]
Completed in 172 milliseconds
1
2