OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLONE_NEWNS
(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
16
#define
CLONE_NEWNS
0x00020000 /* New namespace group? */
/bionic/libc/include/
sched.h
62
#define
CLONE_NEWNS
0x00020000
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
50
# define
CLONE_NEWNS
0x00020000 /* Set to create new namespace. */
/external/strace/
process.c
513
#define
CLONE_NEWNS
0x00020000 /* New namespace group? */
532
{
CLONE_NEWNS
, "
CLONE_NEWNS
" },
[
all
...]
/external/kernel-headers/original/linux/
sched.h
18
#define
CLONE_NEWNS
0x00020000 /* New namespace group? */
[
all
...]
Completed in 679 milliseconds
1
2