Home
last modified time | relevance | path

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

123

/third_party/rust/crates/rustix/src/thread/
H A Dsetns.rs5 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 Dnamespaces_constants.h18 #ifndef CLONE_NEWPID
19 # define CLONE_NEWPID 0x20000000 macro
H A Dsched.h135 #ifndef CLONE_NEWPID
136 # define CLONE_NEWPID 0x20000000 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetprocpid.c89 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 Dpidns_helper.h29 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 Dpidns06.c10 * Clone a process with CLONE_NEWPID flag and check that parent process can't
33 .flags = CLONE_NEWPID, in run()
H A Dpidns10.c10 * Clone a process with CLONE_NEWPID flag and check that killing subprocesses
33 .flags = CLONE_NEWPID, in run()
H A Dpidns01.c11 * Clone a process with CLONE_NEWPID flag and check:
34 .flags = CLONE_NEWPID, in run()
H A Dpidns02.c10 * Clone a process with CLONE_NEWPID flag and check:
34 .flags = CLONE_NEWPID, in run()
H A Dpidns32.c10 * Clone a process with CLONE_NEWPID flag and check for the maxium amount of
23 .flags = CLONE_NEWPID,
H A Dpidns03.c10 * Clone a process with CLONE_NEWPID flag and check if procfs mounted folder
47 .flags = CLONE_NEWPID, in run()
H A Dpidns04.c10 * Clone a process with CLONE_NEWPID flag and check that child container does
36 .flags = CLONE_NEWPID, in run()
H A Dpidns16.c11 * Clone a process with CLONE_NEWPID flag and verifies that siginfo->si_pid is
60 .flags = CLONE_NEWPID, in run()
H A Dpidns12.c11 * Clone a process with CLONE_NEWPID flag and verifies that siginfo->si_pid is
49 .flags = CLONE_NEWPID, in run()
H A Dpidns17.c11 * Clone a process with CLONE_NEWPID flag and spawn many children inside the
58 .flags = CLONE_NEWPID, in run()
H A Dpidns20.c11 * Clone a process with CLONE_NEWPID flag, block SIGUSR1 signal before sending
73 .flags = CLONE_NEWPID, in run()
H A Dpidns13.c108 .flags = CLONE_NEWPID, in run()
H A Dpidns30.c11 * Clone a process with CLONE_NEWPID flag, register notification on a posix
92 .flags = CLONE_NEWPID, in run()
H A Dpidns31.c11 * Clone a process with CLONE_NEWPID flag, register notification on a posix
75 .flags = CLONE_NEWPID, in run()
H A Dpidns05.c10 * 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 Dns_common.h35 {"pid", CLONE_NEWPID},
/third_party/ltp/testcases/lib/
H A Dtst_ns_common.h22 {"pid", CLONE_NEWPID},
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_unshare_test.cpp14 * CLONE_NEWPID flag.
23 int result = unshare(CLONE_NEWPID); in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns01.c78 if (ltp_clone(CLONE_NEWPID | SIGCHLD, &child, 0, in run()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h49 init_ns_type(CLONE_NEWPID, "pid"); in init_available_ns()

Completed in 6 milliseconds

123