OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_STOPPED
(Results
51 - 57
of
57
) sorted by null
1
2
3
/bionic/libc/include/
sched.h
70
#define
CLONE_STOPPED
0x02000000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
62
# define
CLONE_STOPPED
0x02000000 /* Start in stopped state. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
62
# define
CLONE_STOPPED
0x02000000 /* Start in stopped state. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
62
# define
CLONE_STOPPED
0x02000000 /* Start in stopped state. */
/external/strace/
process.c
561
#define
CLONE_STOPPED
0x02000000 /* Start in stopped state */
586
{
CLONE_STOPPED
, "
CLONE_STOPPED
" },
[
all
...]
util.c
1274
# ifndef
CLONE_STOPPED
1275
# define
CLONE_STOPPED
0x02000000
[
all
...]
/external/kernel-headers/original/linux/
sched.h
26
#define
CLONE_STOPPED
0x02000000 /* Start in stopped state */
[
all
...]
Completed in 1510 milliseconds
1
2
3