Searched refs:CLONE_NEWPID (Results 1 - 25 of 29) sorted by relevance

12

/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 Dunshare_flags.h44 #if defined(CLONE_NEWPID) || (defined(HAVE_DECL_CLONE_NEWPID) && HAVE_DECL_CLONE_NEWPID)
45 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/ltp/testcases/kernel/containers/pidns/
H A Dpidns_helper.h29 tst_brkm(TCONF, NULL, "CLONE_NEWPID not supported");
31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL);
33 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWPID not supported");
H A Dpidns32.c55 cpid1 = ltp_clone_quick(CLONE_NEWPID | SIGCHLD,
79 cpid1 = ltp_clone_quick(CLONE_NEWPID | SIGCHLD,
H A Dpidns13.c196 cpid1 = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, cinit_no);
200 cpid2 = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, cinit_no);
H A Dpidns01.c24 * 1. When parent clone a process with flag CLONE_NEWPID, the process ID of
27 * 2. When parent clone a process with flag CLONE_NEWPID, the parent process ID of
36 * From main() clone a new child process with passing the clone_flag as CLONE_NEWPID,
101 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
H A Dpidns02.c24 * 1. When parent clone a process with flag CLONE_NEWPID, the session ID of
27 * 2. When parent clone a process with flag CLONE_NEWPID, the parent process group ID
36 * From main() clone a new child process with passing the clone_flag as CLONE_NEWPID,
98 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
H A Dpidns03.c18 * Clones a new child process with CLONE_NEWPID flag - the new child
92 if (do_clone_tests(CLONE_NEWPID, child_func, NULL, NULL, NULL) == -1)
H A Dpidns04.c24 * 1. When parent clone a process with flag CLONE_NEWPID, the process ID of
27 * 2. When parent clone a process with flag CLONE_NEWPID, the parent process ID
40 * CLONE_NEWPID.
116 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
H A Dpidns06.c23 * 1. Parent process clone a process with flag CLONE_NEWPID
124 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, kill_pid_in_childfun,
H A Dpidns10.c99 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn, NULL));
H A Dpidns05.c25 * 1. Parent process clone a process with flag CLONE_NEWPID
132 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWPID,
236 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID,
H A Dpidns12.c136 cpid = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, NULL);
H A Dpidns16.c136 cpid = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, NULL);
H A Dpidns17.c144 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn, NULL));
H A Dpidns20.c167 cpid = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, NULL);
H A Dpidns30.c254 cpid = ltp_clone_quick(CLONE_NEWPID | SIGCHLD, child_fn, NULL);
/external/ltp/testcases/kernel/containers/share/
H A Dns_common.h35 {"pid", CLONE_NEWPID},
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h73 #if defined(CLONE_NEWPID)
74 init_ns_type(CLONE_NEWPID, "pid");
/external/kernel-headers/original/uapi/linux/
H A Dsched.h29 #define CLONE_NEWPID 0x20000000 /* New pid namespace */ macro
/external/linux-kselftest/tools/testing/selftests/nsfs/
H A Dpidns.c50 pid = clone(child, ca.stack_ptr, CLONE_NEWUSER | CLONE_NEWPID | SIGCHLD, NULL);
/external/toybox/toys/other/
H A Dnsenter.c119 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET,
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c34 #ifndef CLONE_NEWPID
35 # define CLONE_NEWPID 0x20000000 macro

Completed in 416 milliseconds

12