OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_VFORK
(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
13
#define
CLONE_VFORK
0x00004000 /* set if the parent wants the child to wake it up on mm_release */
/bionic/libc/include/
sched.h
59
#define
CLONE_VFORK
0x00004000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
45
# define
CLONE_VFORK
0x00004000 /* Set if the parent wants the child to
/external/strace/
process.c
510
#define
CLONE_VFORK
0x00004000 /* set if the parent wants the child to wake it up on mm_release */
529
{
CLONE_VFORK
, "
CLONE_VFORK
" },
[
all
...]
/external/kernel-headers/original/linux/
sched.h
15
#define
CLONE_VFORK
0x00004000 /* set if the parent wants the child to wake it up on mm_release */
[
all
...]
Completed in 184 milliseconds
1
2