/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, 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 D | namespaces_constants.h | 9 #ifndef CLONE_NEWIPC 10 # define CLONE_NEWIPC 0x08000000 macro
|
H A D | sched.h | 127 #ifndef CLONE_NEWIPC 128 # define CLONE_NEWIPC 0x08000000 macro
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_01.c | 28 .flags = CLONE_NEWIPC, in run() 45 SAFE_UNSHARE(CLONE_NEWIPC); in run()
|
H A D | mqns_02.c | 56 .flags = CLONE_NEWIPC, in run() 73 SAFE_UNSHARE(CLONE_NEWIPC); in run()
|
H A D | mqns_03.c | 97 .flags = CLONE_NEWIPC, in run() 112 SAFE_UNSHARE(CLONE_NEWIPC); in run()
|
H A D | mqns_04.c | 66 .flags = CLONE_NEWIPC, in run() 81 SAFE_UNSHARE(CLONE_NEWIPC); in run()
|
H A D | mqns_helper.h | 51 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 D | shmem_2nstest.c | 79 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 D | shm_comm.c | 15 * 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 D | msg_comm.c | 14 * 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 D | sem_comm.c | 14 * 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 D | semtest_2ns.c | 117 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 D | ipcns_helper.h | 34 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 D | shmnstest.c | 48 clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmid); in run()
|
H A D | sem_nstest.c | 63 clone_unshare_test(use_clone, CLONE_NEWIPC, check_semaphore); in run()
|
H A D | mesgq_nstest.c | 89 clone_unshare_test(use_clone, CLONE_NEWIPC, check_mesgq); in run()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns02.c | 8 * 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 D | setns.h | 46 init_ns_type(CLONE_NEWIPC, "ipc"); in init_available_ns()
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_common.h | 32 {"ipc", CLONE_NEWIPC},
|
/third_party/ltp/testcases/lib/ |
H A D | tst_ns_common.h | 19 {"ipc", CLONE_NEWIPC},
|
/third_party/toybox/scripts/ |
H A D | genconfig.sh | 39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/third_party/toybox/toys/other/ |
H A D | nsenter.c | 122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | sched.h | 67 #define CLONE_NEWIPC 0x08000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | sched.h | 59 #define CLONE_NEWIPC 0x08000000 macro
|