OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_FS
(Results
76 - 94
of
94
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sched.h
19
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h
55
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sched.h
19
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h
55
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sched.h
19
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h
55
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sched.h
19
#define
CLONE_FS
0x00000200
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h
55
#define
CLONE_FS
0x00000200
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h
9
#define
CLONE_FS
0x00000200 /* set if fs info shared between processes */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
9
#define
CLONE_FS
0x00000200 /* set if fs info shared between processes */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h
9
#define
CLONE_FS
0x00000200 /* set if fs info shared between processes */
/bionic/libc/include/
sched.h
55
#define
CLONE_FS
0x00000200
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
41
# define
CLONE_FS
0x00000200 /* Set if fs info shared between processes. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
41
# define
CLONE_FS
0x00000200 /* Set if fs info shared between processes. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
41
# define
CLONE_FS
0x00000200 /* Set if fs info shared between processes. */
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py
89
CLONE_FS
= 0x00000200
IN.py
187
CLONE_FS
= 0x00000200
/external/strace/
process.c
546
#define
CLONE_FS
0x00000200 /* set if fs info shared between processes */
571
{
CLONE_FS
, "
CLONE_FS
" },
[
all
...]
/external/kernel-headers/original/linux/
sched.h
11
#define
CLONE_FS
0x00000200 /* set if fs info shared between processes */
93
#define CLONE_KERNEL (
CLONE_FS
| CLONE_FILES | CLONE_SIGHAND)
[
all
...]
Completed in 309 milliseconds
1
2
3
4