Searched defs:CLONE_NEWPID (Results 1 - 5 of 5) 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
33 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.h29 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c34 #ifndef CLONE_NEWPID
35 # define CLONE_NEWPID 0x20000000 macro

Completed in 2068 milliseconds