Home
last modified time | relevance | path

Searched refs:CLONE_NEWCGROUP (Results 1 - 25 of 28) 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,
22 const CONTROL_GROUP = CLONE_NEWCGROUP;
45 ControlGroup = CLONE_NEWCGROUP,
65 /// `CLONE_NEWCGROUP`.
66 const NWCGROUP = CLONE_NEWCGROUP;
/third_party/ltp/include/lapi/
H A Dsched.h119 #ifndef CLONE_NEWCGROUP
120 # define CLONE_NEWCGROUP 0x02000000 macro
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core02.c66 pid = ltp_clone(CLONE_NEWCGROUP | CLONE_FILES | CLONE_VM | SIGCHLD, in test_lesser_ns_open()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h65 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h57 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h57 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h59 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h57 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h71 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h69 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/musl/include/
H A Dsched.h82 #define CLONE_NEWCGROUP 0x02000000 macro
/third_party/rust/crates/nix/src/
H A Dsched.rs71 CLONE_NEWCGROUP;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1151 pub const CLONE_NEWCGROUP: ::c_int = 0x02000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1394 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1935 pub const CLONE_NEWCGROUP: ::c_int = 0x02000000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1397 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1389 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1407 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1402 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1399 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1394 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1383 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1607 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1392 pub const CLONE_NEWCGROUP: u32 = 33554432; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1615 pub const CLONE_NEWCGROUP: u32 = 33554432; consts

Completed in 153 milliseconds

12