/third_party/rust/crates/rustix/src/thread/ |
H A D | setns.rs | 5 CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, 30 const PROCESS_ID = CLONE_NEWPID; 53 ProcessID = CLONE_NEWPID, 73 /// `CLONE_NEWPID`. 74 const NEWPID = CLONE_NEWPID;
|
/third_party/ltp/include/lapi/ |
H A D | namespaces_constants.h | 18 #ifndef CLONE_NEWPID 19 # define CLONE_NEWPID 0x20000000 macro
|
H A D | sched.h | 135 #ifndef CLONE_NEWPID 136 # define CLONE_NEWPID 0x20000000 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | getprocpid.c | 89 pid_t child = clone(child_func, NULL, CLONE_NEWPID | SIGCHLD, &pid1); in getprocpid_0300() 184 pid_t child = clone(child_func_tid, NULL, CLONE_NEWPID | SIGCHLD, &pid1); in getproctid_0300()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 29 tst_brkm(TCONF, NULL, "CLONE_NEWPID not supported"); in check_newpid() 31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL); in check_newpid() 33 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWPID not supported"); in check_newpid()
|
H A D | pidns06.c | 10 * Clone a process with CLONE_NEWPID flag and check that parent process can't 33 .flags = CLONE_NEWPID, in run()
|
H A D | pidns10.c | 10 * Clone a process with CLONE_NEWPID flag and check that killing subprocesses 33 .flags = CLONE_NEWPID, in run()
|
H A D | pidns01.c | 11 * Clone a process with CLONE_NEWPID flag and check: 34 .flags = CLONE_NEWPID, in run()
|
H A D | pidns02.c | 10 * Clone a process with CLONE_NEWPID flag and check: 34 .flags = CLONE_NEWPID, in run()
|
H A D | pidns32.c | 10 * Clone a process with CLONE_NEWPID flag and check for the maxium amount of 23 .flags = CLONE_NEWPID,
|
H A D | pidns03.c | 10 * Clone a process with CLONE_NEWPID flag and check if procfs mounted folder 47 .flags = CLONE_NEWPID, in run()
|
H A D | pidns04.c | 10 * Clone a process with CLONE_NEWPID flag and check that child container does 36 .flags = CLONE_NEWPID, in run()
|
H A D | pidns16.c | 11 * Clone a process with CLONE_NEWPID flag and verifies that siginfo->si_pid is 60 .flags = CLONE_NEWPID, in run()
|
H A D | pidns12.c | 11 * Clone a process with CLONE_NEWPID flag and verifies that siginfo->si_pid is 49 .flags = CLONE_NEWPID, in run()
|
H A D | pidns17.c | 11 * Clone a process with CLONE_NEWPID flag and spawn many children inside the 58 .flags = CLONE_NEWPID, in run()
|
H A D | pidns20.c | 11 * Clone a process with CLONE_NEWPID flag, block SIGUSR1 signal before sending 73 .flags = CLONE_NEWPID, in run()
|
H A D | pidns13.c | 108 .flags = CLONE_NEWPID, in run()
|
H A D | pidns30.c | 11 * Clone a process with CLONE_NEWPID flag, register notification on a posix 92 .flags = CLONE_NEWPID, in run()
|
H A D | pidns31.c | 11 * Clone a process with CLONE_NEWPID flag, register notification on a posix 75 .flags = CLONE_NEWPID, in run()
|
H A D | pidns05.c | 10 * Clone a process with CLONE_NEWPID flag and create many levels of child 22 .flags = CLONE_NEWPID,
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_common.h | 35 {"pid", CLONE_NEWPID},
|
/third_party/ltp/testcases/lib/ |
H A D | tst_ns_common.h | 22 {"pid", CLONE_NEWPID},
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_unshare_test.cpp | 14 * CLONE_NEWPID flag. 23 int result = unshare(CLONE_NEWPID); in HWTEST_F()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_ns01.c | 78 if (ltp_clone(CLONE_NEWPID | SIGCHLD, &child, 0, in run()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns.h | 49 init_ns_type(CLONE_NEWPID, "pid"); in init_available_ns()
|