Searched defs:CLONE_NEWPID (Results 1 - 6 of 6) sorted by relevance

/external/ltp/include/lapi/
H A Dnamespaces_constants.h28 #ifndef CLONE_NEWPID
29 # define CLONE_NEWPID 0x20000000 macro
/external/strace/xlat/
H A Dsetns_types.h17 #if !(defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID))
18 # define CLONE_NEWPID 0x20000000 macro
38 XLAT(CLONE_NEWPID),
H A Dclone_flags.h62 #if !(defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID))
63 # define CLONE_NEWPID 0x20000000 macro
100 XLAT(CLONE_NEWPID),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h28 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/external/libchrome/sandbox/linux/suid/
H A Dsandbox.c36 #if !defined(CLONE_NEWPID)
37 #define CLONE_NEWPID 0x20000000 macro
230 const int kCloneExtraFlags[] = {CLONE_NEWPID | CLONE_NEWNET, CLONE_NEWPID, };
279 if (kCloneExtraFlags[i] & CLONE_NEWPID) {
301 if (kCloneExtraFlags[i] & CLONE_NEWPID) {
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c33 #ifndef CLONE_NEWPID
34 # define CLONE_NEWPID 0x20000000 macro

Completed in 251 milliseconds