OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_PARENT
(Results
51 - 69
of
69
) sorted by null
1
2
3
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
sched.h
60
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
sched.h
60
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
sched.h
60
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
sched.h
24
#define
CLONE_PARENT
0x00008000
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h
60
#define
CLONE_PARENT
0x00008000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
14
#define
CLONE_PARENT
0x00008000 /* set if we want to have the same parent as the cloner */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
14
#define
CLONE_PARENT
0x00008000 /* set if we want to have the same parent as the cloner */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
14
#define
CLONE_PARENT
0x00008000 /* set if we want to have the same parent as the cloner */
/bionic/libc/include/
sched.h
60
#define
CLONE_PARENT
0x00008000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
47
# define
CLONE_PARENT
0x00008000 /* Set if we want to have the same
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
47
# define
CLONE_PARENT
0x00008000 /* Set if we want to have the same
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
47
# define
CLONE_PARENT
0x00008000 /* Set if we want to have the same
/external/strace/
process.c
552
#define
CLONE_PARENT
0x00008000 /* set if we want to have the same parent as the cloner */
577
{
CLONE_PARENT
, "
CLONE_PARENT
" },
908
if ((call_flags &
CLONE_PARENT
) &&
[
all
...]
/external/kernel-headers/original/linux/
sched.h
16
#define
CLONE_PARENT
0x00008000 /* set if we want to have the same parent as the cloner */
[
all
...]
Completed in 204 milliseconds
1
2
3