Home
last modified time | relevance | path

Searched refs:CLONE_NEWIPC (Results 1 - 25 of 48) sorted by relevance

12

/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,
26 const INTER_PROCESS_COMMUNICATION = CLONE_NEWIPC;
49 InterProcessCommunication = CLONE_NEWIPC,
67 /// `CLONE_NEWIPC`.
68 const NEWIPC = CLONE_NEWIPC;
/third_party/ltp/include/lapi/
H A Dnamespaces_constants.h9 #ifndef CLONE_NEWIPC
10 # define CLONE_NEWIPC 0x08000000 macro
H A Dsched.h127 #ifndef CLONE_NEWIPC
128 # define CLONE_NEWIPC 0x08000000 macro
/third_party/ltp/testcases/kernel/containers/mqns/
H A Dmqns_01.c28 .flags = CLONE_NEWIPC, in run()
45 SAFE_UNSHARE(CLONE_NEWIPC); in run()
H A Dmqns_02.c56 .flags = CLONE_NEWIPC, in run()
73 SAFE_UNSHARE(CLONE_NEWIPC); in run()
H A Dmqns_03.c97 .flags = CLONE_NEWIPC, in run()
112 SAFE_UNSHARE(CLONE_NEWIPC); in run()
H A Dmqns_04.c66 .flags = CLONE_NEWIPC, in run()
81 SAFE_UNSHARE(CLONE_NEWIPC); in run()
H A Dmqns_helper.h51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
53 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWIPC not supported"); in check_mqns()
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dshmem_2nstest.c79 clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem1); in run()
80 clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem2); in run()
H A Dshm_comm.c15 * 1. Clones two child processes with CLONE_NEWIPC flag, each child
82 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_shm); in run()
83 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_shm); in run()
H A Dmsg_comm.c14 * 1. Clones two child processes with CLONE_NEWIPC flag, each child
90 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_msg); in run()
91 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_msg); in run()
H A Dsem_comm.c14 * 1. Clones two child processes with CLONE_NEWIPC flag, each child
98 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_sem); in run()
99 clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_sem); in run()
H A Dsemtest_2ns.c117 clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem1); in run()
118 clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem2); in run()
H A Dipcns_helper.h34 tst_brkm(TCONF, NULL, "CLONE_NEWIPC not supported"); in check_newipc()
36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
38 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWIPC not supported"); in check_newipc()
H A Dshmnstest.c48 clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmid); in run()
H A Dsem_nstest.c63 clone_unshare_test(use_clone, CLONE_NEWIPC, check_semaphore); in run()
H A Dmesgq_nstest.c89 clone_unshare_test(use_clone, CLONE_NEWIPC, check_mesgq); in run()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c8 * 2. create child with CLONE_NEWIPC, set up shared memory in parent
143 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc); in test_all()
144 test_flag(CLONE_NEWIPC, 0, do_child_newipc); in test_all()
146 tst_res(TCONF, "CLONE_NEWIPC is not supported"); in test_all()
H A Dsetns.h46 init_ns_type(CLONE_NEWIPC, "ipc"); in init_available_ns()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_common.h32 {"ipc", CLONE_NEWIPC},
/third_party/ltp/testcases/lib/
H A Dtst_ns_common.h19 {"ipc", CLONE_NEWIPC},
/third_party/toybox/scripts/
H A Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/toybox/toys/other/
H A Dnsenter.c122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h67 #define CLONE_NEWIPC 0x08000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h59 #define CLONE_NEWIPC 0x08000000 macro

Completed in 6 milliseconds

12